#99cdf2
a light, electric blue · cool · closest name: skyblue
RGB
153, 205, 242
HSL
205°, 77%, 78%
CMYK
37, 15, 0, 5
Luminance
0.5685
Every format
| HEX | #99cdf2 |
| RGB | rgb(153, 205, 242) |
| HSL | hsl(205, 77%, 78%) |
| CMYK | cmyk(37%, 15%, 0%, 5%) |
| LAB | lab(80.1 -7.9 -23.6) |
| LCH | lch(80.1 24.9 251.5) |
| OKLCH | oklch(0.825 0.075 239.8) |
Copy-ready code
/* CSS */
color: #99cdf2;
background-color: #99cdf2;
/* Tailwind (arbitrary) */
class="text-[#99cdf2] bg-[#99cdf2]"
/* SCSS */
$brand: #99cdf2;
/* SwiftUI */
Color(red: 0.600, green: 0.804, blue: 0.949)
/* Android */
Color.parseColor("#99cdf2")Accessibility — WCAG contrast
Aa
#99cdf2 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99cdf2 on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green80.4%
Blue94.9%
CMYK percentages
Cyan36.8%
Magenta15.3%
Yellow0.0%
Key (black)5.1%
Color previews
#99cdf2 text on a black background
contrast 12.37:1
Card sample
#99cdf2 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99cdf2;
Background color
Panel with #99cdf2 background
background-color: #99cdf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99cdf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 205, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 205, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99cdf2; background: linear-gradient(135deg, #99cdf2, #A099F2);