#99cdf4
a light, electric blue · cool · closest name: skyblue
RGB
153, 205, 244
HSL
206°, 81%, 78%
CMYK
37, 16, 0, 4
Luminance
0.5697
Every format
| HEX | #99cdf4 |
| RGB | rgb(153, 205, 244) |
| HSL | hsl(206, 81%, 78%) |
| CMYK | cmyk(37%, 16%, 0%, 4%) |
| LAB | lab(80.2 -7.4 -24.6) |
| LCH | lch(80.2 25.6 253.2) |
| OKLCH | oklch(0.826 0.077 241.2) |
Copy-ready code
/* CSS */
color: #99cdf4;
background-color: #99cdf4;
/* Tailwind (arbitrary) */
class="text-[#99cdf4] bg-[#99cdf4]"
/* SCSS */
$brand: #99cdf4;
/* SwiftUI */
Color(red: 0.600, green: 0.804, blue: 0.957)
/* Android */
Color.parseColor("#99cdf4")Accessibility — WCAG contrast
Aa
#99cdf4 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99cdf4 on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green80.4%
Blue95.7%
CMYK percentages
Cyan37.3%
Magenta16.0%
Yellow0.0%
Key (black)4.3%
Color previews
#99cdf4 text on a black background
contrast 12.39:1
Card sample
#99cdf4 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99cdf4;
Background color
Panel with #99cdf4 background
background-color: #99cdf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99cdf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 205, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 205, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99cdf4; background: linear-gradient(135deg, #99cdf4, #A199F4);