HSL(207, 54%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(207,54%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 54%, 64%) | color: hsl(207, 54%, 64%) | |
| HEX | #72A8D5 | color: #72A8D5 | |
| RGB | rgb(114, 168, 213) | color: rgb(114, 168, 213) | |
| CMYK | cmyk(46%, 21%, 0%, 16%) | — | |
| HSV | hsv(207, 46%, 84%) | — | |
| HWB | hwb(207 45% 16%) | color: hwb(207 45% 16%) | |
| OKLCH | oklch(0.7113 0.0873 244.6) | color: oklch(0.7113 0.0873 244.6) | |
| Lab | lab(66.81 -5.71 -28.36) | color: lab(66.81 -5.71 -28.36) | |
| LCH | lch(66.81 28.93 258.62) | color: lch(66.81 28.93 258.62) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#898ACA — rgb(137, 138, 202)
Deuteranopia (Green-blind)
#8682C8 — rgb(134, 130, 200)
Tritanopia (Blue-blind)
#75C2C0 — rgb(117, 194, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 54%, 64%);
text
color: hsl(207, 54%, 64%);
border
border: 2px solid hsl(207, 54%, 64%);
gradient light
background: linear-gradient(to right, hsl(207, 54%, 84%), hsl(207, 54%, 64%));
gradient dark
background: linear-gradient(to right, hsl(207, 54%, 64%), hsl(207, 54%, 44%))
hex
background-color: #72A8D5;
tailwind
bg-[hsl(207,54%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 54%, 64%, 0.4);
css variable
--color-primary: hsl(207, 54%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 54%, 64%)?
HEX: #72A8D5 | RGB: rgb(114, 168, 213) | CMYK: 46%, 21%, 0%, 16% | HSV: 207°, 46%, 84%. Copy any format from the conversion table above.
What colors go well with #72A8D5?
The complementary color is HSL(27, 54%, 64%). For a triadic harmony, use hues 207°, 327°, and 87°. For analogous combinations, try hues 177° and 237°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(207, 54%, 64%) in CSS?
As HSL: color: hsl(207, 54%, 64%); — As HEX: color: #72A8D5; — As RGB: color: rgb(114, 168, 213); — Tailwind CSS: bg-[hsl(207,54%,64%)] — CSS variable: --color-primary: hsl(207, 54%, 64%);