#9faeee
a light, vivid blue · warm · closest name: steelblue
RGB
159, 174, 238
HSL
229°, 70%, 78%
CMYK
33, 27, 0, 7
Luminance
0.4382
Every format
| HEX | #9faeee |
| RGB | rgb(159, 174, 238) |
| HSL | hsl(229, 70%, 78%) |
| CMYK | cmyk(33%, 27%, 0%, 7%) |
| LAB | lab(72.1 9.5 -33.7) |
| LCH | lch(72.1 35.0 285.8) |
| OKLCH | oklch(0.763 0.094 273.8) |
Copy-ready code
/* CSS */
color: #9faeee;
background-color: #9faeee;
/* Tailwind (arbitrary) */
class="text-[#9faeee] bg-[#9faeee]"
/* SCSS */
$brand: #9faeee;
/* SwiftUI */
Color(red: 0.624, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#9faeee")Accessibility — WCAG contrast
Aa
#9faeee on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9faeee on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green68.2%
Blue93.3%
CMYK percentages
Cyan33.2%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#9faeee text on a black background
contrast 9.76:1
Card sample
#9faeee text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9faeee;
Background color
Panel with #9faeee background
background-color: #9faeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9faeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9faeee; background: linear-gradient(135deg, #9faeee, #C59FEE);