HSL(215, 92%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(215,92%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(215, 92%, 64%) | color: hsl(215, 92%, 64%) | |
| HEX | #4F95F8 | color: #4F95F8 | |
| RGB | rgb(79, 149, 248) | color: rgb(79, 149, 248) | |
| CMYK | cmyk(68%, 40%, 0%, 3%) | — | |
| HSV | hsv(215, 68%, 97%) | — | |
| HWB | hwb(215 31% 3%) | color: hwb(215 31% 3%) | |
| OKLCH | oklch(0.6714 0.1634 257.43) | color: oklch(0.6714 0.1634 257.43) | |
| Lab | lab(61.59 9.38 -55.93) | color: lab(61.59 9.38 -55.93) | |
| LCH | lch(61.59 56.71 279.52) | color: lch(61.59 56.71 279.52) |
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)
#6D6EE0 — rgb(109, 110, 224)
Deuteranopia (Green-blind)
#6964DA — rgb(105, 100, 218)
Tritanopia (Blue-blind)
#53CDC9 — rgb(83, 205, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(215, 92%, 64%);
text
color: hsl(215, 92%, 64%);
border
border: 2px solid hsl(215, 92%, 64%);
gradient light
background: linear-gradient(to right, hsl(215, 92%, 84%), hsl(215, 92%, 64%));
gradient dark
background: linear-gradient(to right, hsl(215, 92%, 64%), hsl(215, 92%, 44%))
hex
background-color: #4F95F8;
tailwind
bg-[hsl(215,92%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(215, 92%, 64%, 0.4);
css variable
--color-primary: hsl(215, 92%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(215, 92%, 64%)?
HEX: #4F95F8 | RGB: rgb(79, 149, 248) | CMYK: 68%, 40%, 0%, 3% | HSV: 215°, 68%, 97%. Copy any format from the conversion table above.
What colors go well with #4F95F8?
The complementary color is HSL(35, 92%, 64%). For a triadic harmony, use hues 215°, 335°, and 95°. For analogous combinations, try hues 185° and 245°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(215, 92%, 64%) in CSS?
As HSL: color: hsl(215, 92%, 64%); — As HEX: color: #4F95F8; — As RGB: color: rgb(79, 149, 248); — Tailwind CSS: bg-[hsl(215,92%,64%)] — CSS variable: --color-primary: hsl(215, 92%, 64%);