HSL(207, 86%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(207,86%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 86%, 64%) | color: hsl(207, 86%, 64%) | |
| HEX | #54ABF2 | color: #54ABF2 | |
| RGB | rgb(84, 171, 242) | color: rgb(84, 171, 242) | |
| CMYK | cmyk(65%, 29%, 0%, 5%) | — | |
| HSV | hsv(207, 65%, 95%) | — | |
| HWB | hwb(207 33% 5%) | color: hwb(207 33% 5%) | |
| OKLCH | oklch(0.7179 0.1336 245.82) | color: oklch(0.7179 0.1336 245.82) | |
| Lab | lab(67.59 -4.53 -43.16) | color: lab(67.59 -4.53 -43.16) | |
| LCH | lch(67.59 43.4 264.01) | color: lch(67.59 43.4 264.01) |
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)
#7A7AE1 — rgb(122, 122, 225)
Deuteranopia (Green-blind)
#756EDD — rgb(117, 110, 221)
Tritanopia (Blue-blind)
#58D3D0 — rgb(88, 211, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 86%, 64%);
text
color: hsl(207, 86%, 64%);
border
border: 2px solid hsl(207, 86%, 64%);
gradient light
background: linear-gradient(to right, hsl(207, 86%, 84%), hsl(207, 86%, 64%));
gradient dark
background: linear-gradient(to right, hsl(207, 86%, 64%), hsl(207, 86%, 44%))
hex
background-color: #54ABF2;
tailwind
bg-[hsl(207,86%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 86%, 64%, 0.4);
css variable
--color-primary: hsl(207, 86%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 86%, 64%)?
HEX: #54ABF2 | RGB: rgb(84, 171, 242) | CMYK: 65%, 29%, 0%, 5% | HSV: 207°, 65%, 95%. Copy any format from the conversion table above.
What colors go well with #54ABF2?
The complementary color is HSL(27, 86%, 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, 86%, 64%) in CSS?
As HSL: color: hsl(207, 86%, 64%); — As HEX: color: #54ABF2; — As RGB: color: rgb(84, 171, 242); — Tailwind CSS: bg-[hsl(207,86%,64%)] — CSS variable: --color-primary: hsl(207, 86%, 64%);