#99ccee
a light, vivid blue · cool · closest name: skyblue
RGB
153, 204, 238
HSL
204°, 71%, 77%
CMYK
36, 14, 0, 7
Luminance
0.5613
Every format
| HEX | #99ccee |
| RGB | rgb(153, 204, 238) |
| HSL | hsl(204, 71%, 77%) |
| CMYK | cmyk(36%, 14%, 0%, 7%) |
| LAB | lab(79.7 -8.4 -22.1) |
| LCH | lch(79.7 23.6 249.2) |
| OKLCH | oklch(0.821 0.072 238.0) |
Copy-ready code
/* CSS */
color: #99ccee;
background-color: #99ccee;
/* Tailwind (arbitrary) */
class="text-[#99ccee] bg-[#99ccee]"
/* SCSS */
$brand: #99ccee;
/* SwiftUI */
Color(red: 0.600, green: 0.800, blue: 0.933)
/* Android */
Color.parseColor("#99ccee")Accessibility — WCAG contrast
Aa
#99ccee on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99ccee on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green80.0%
Blue93.3%
CMYK percentages
Cyan35.7%
Magenta14.3%
Yellow0.0%
Key (black)6.7%
Color previews
#99ccee text on a black background
contrast 12.23:1
Card sample
#99ccee text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99ccee;
Background color
Panel with #99ccee background
background-color: #99ccee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99ccee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 204, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 204, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99ccee; background: linear-gradient(135deg, #99ccee, #9F99EE);