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