#99ccff
a light, electric blue · cool · closest name: skyblue
RGB
153, 204, 255
HSL
210°, 100%, 80%
CMYK
40, 20, 0, 0
Luminance
0.5718
Every format
| HEX | #99ccff |
| RGB | rgb(153, 204, 255) |
| HSL | hsl(210, 100%, 80%) |
| CMYK | cmyk(40%, 20%, 0%, 0%) |
| LAB | lab(80.3 -4.0 -30.2) |
| LCH | lch(80.3 30.5 262.4) |
| OKLCH | oklch(0.828 0.090 249.0) |
Copy-ready code
/* CSS */
color: #99ccff;
background-color: #99ccff;
/* Tailwind (arbitrary) */
class="text-[#99ccff] bg-[#99ccff]"
/* SCSS */
$brand: #99ccff;
/* SwiftUI */
Color(red: 0.600, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#99ccff")Accessibility — WCAG contrast
Aa
#99ccff on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99ccff on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green80.0%
Blue100.0%
CMYK percentages
Cyan40.0%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#99ccff text on a black background
contrast 12.44:1
Card sample
#99ccff text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99ccff;
Background color
Panel with #99ccff background
background-color: #99ccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99ccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99ccff; background: linear-gradient(135deg, #99ccff, #AA99FF);