#99ebff
a light, electric cyan · cool · closest name: skyblue
RGB
153, 235, 255
HSL
192°, 100%, 80%
CMYK
40, 8, 0, 0
Luminance
0.7341
Every format
| HEX | #99ebff |
| RGB | rgb(153, 235, 255) |
| HSL | hsl(192, 100%, 80%) |
| CMYK | cmyk(40%, 8%, 0%, 0%) |
| LAB | lab(88.6 -20.0 -17.5) |
| LCH | lch(88.6 26.6 221.2) |
| OKLCH | oklch(0.894 0.084 214.9) |
Copy-ready code
/* CSS */
color: #99ebff;
background-color: #99ebff;
/* Tailwind (arbitrary) */
class="text-[#99ebff] bg-[#99ebff]"
/* SCSS */
$brand: #99ebff;
/* SwiftUI */
Color(red: 0.600, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#99ebff")Accessibility — WCAG contrast
Aa
#99ebff on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99ebff on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green92.2%
Blue100.0%
CMYK percentages
Cyan40.0%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#99ebff text on a black background
contrast 15.68:1
Card sample
#99ebff text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99ebff;
Background color
Panel with #99ebff background
background-color: #99ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99ebff; background: linear-gradient(135deg, #99ebff, #99A7FF);