#99ccf5
a light, electric blue · cool · closest name: skyblue
RGB
153, 204, 245
HSL
207°, 82%, 78%
CMYK
38, 17, 0, 4
Luminance
0.5655
Every format
| HEX | #99ccf5 |
| RGB | rgb(153, 204, 245) |
| HSL | hsl(207, 82%, 78%) |
| CMYK | cmyk(38%, 17%, 0%, 4%) |
| LAB | lab(79.9 -6.6 -25.4) |
| LCH | lch(79.9 26.3 255.4) |
| OKLCH | oklch(0.824 0.079 243.1) |
Copy-ready code
/* CSS */
color: #99ccf5;
background-color: #99ccf5;
/* Tailwind (arbitrary) */
class="text-[#99ccf5] bg-[#99ccf5]"
/* SCSS */
$brand: #99ccf5;
/* SwiftUI */
Color(red: 0.600, green: 0.800, blue: 0.961)
/* Android */
Color.parseColor("#99ccf5")Accessibility — WCAG contrast
Aa
#99ccf5 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99ccf5 on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green80.0%
Blue96.1%
CMYK percentages
Cyan37.6%
Magenta16.7%
Yellow0.0%
Key (black)3.9%
Color previews
#99ccf5 text on a black background
contrast 12.31:1
Card sample
#99ccf5 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99ccf5;
Background color
Panel with #99ccf5 background
background-color: #99ccf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99ccf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 204, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 204, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99ccf5; background: linear-gradient(135deg, #99ccf5, #A399F5);