#9fceee
a light, vivid blue · cool · closest name: skyblue
RGB
159, 206, 238
HSL
204°, 70%, 78%
CMYK
33, 13, 0, 7
Luminance
0.5769
Every format
| HEX | #9fceee |
| RGB | rgb(159, 206, 238) |
| HSL | hsl(204, 70%, 78%) |
| CMYK | cmyk(33%, 13%, 0%, 7%) |
| LAB | lab(80.6 -7.8 -20.7) |
| LCH | lch(80.6 22.1 249.3) |
| OKLCH | oklch(0.829 0.067 238.4) |
Copy-ready code
/* CSS */
color: #9fceee;
background-color: #9fceee;
/* Tailwind (arbitrary) */
class="text-[#9fceee] bg-[#9fceee]"
/* SCSS */
$brand: #9fceee;
/* SwiftUI */
Color(red: 0.624, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#9fceee")Accessibility — WCAG contrast
Aa
#9fceee on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fceee on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green80.8%
Blue93.3%
CMYK percentages
Cyan33.2%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#9fceee text on a black background
contrast 12.54:1
Card sample
#9fceee text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fceee;
Background color
Panel with #9fceee background
background-color: #9fceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fceee; background: linear-gradient(135deg, #9fceee, #A49FEE);