#99cce6
a light, vivid blue · cool · closest name: skyblue
RGB
153, 204, 230
HSL
200°, 61%, 75%
CMYK
34, 11, 0, 10
Luminance
0.5567
Every format
| HEX | #99cce6 |
| RGB | rgb(153, 204, 230) |
| HSL | hsl(200, 61%, 75%) |
| CMYK | cmyk(34%, 11%, 0%, 10%) |
| LAB | lab(79.4 -10.4 -18.2) |
| LCH | lch(79.4 20.9 240.3) |
| OKLCH | oklch(0.819 0.065 230.6) |
Copy-ready code
/* CSS */
color: #99cce6;
background-color: #99cce6;
/* Tailwind (arbitrary) */
class="text-[#99cce6] bg-[#99cce6]"
/* SCSS */
$brand: #99cce6;
/* SwiftUI */
Color(red: 0.600, green: 0.800, blue: 0.902)
/* Android */
Color.parseColor("#99cce6")Accessibility — WCAG contrast
Aa
#99cce6 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99cce6 on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green80.0%
Blue90.2%
CMYK percentages
Cyan33.5%
Magenta11.3%
Yellow0.0%
Key (black)9.8%
Color previews
#99cce6 text on a black background
contrast 12.13:1
Card sample
#99cce6 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99cce6;
Background color
Panel with #99cce6 background
background-color: #99cce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99cce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 204, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 204, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99cce6; background: linear-gradient(135deg, #99cce6, #9999E6);