#99dfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
153, 223, 235
HSL
189°, 67%, 76%
CMYK
35, 5, 0, 8
Luminance
0.6555
Every format
| HEX | #99dfeb |
| RGB | rgb(153, 223, 235) |
| HSL | hsl(189, 67%, 76%) |
| CMYK | cmyk(35%, 5%, 0%, 8%) |
| LAB | lab(84.8 -18.9 -12.8) |
| LCH | lch(84.8 22.8 214.2) |
| OKLCH | oklch(0.861 0.072 209.3) |
Copy-ready code
/* CSS */
color: #99dfeb;
background-color: #99dfeb;
/* Tailwind (arbitrary) */
class="text-[#99dfeb] bg-[#99dfeb]"
/* SCSS */
$brand: #99dfeb;
/* SwiftUI */
Color(red: 0.600, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#99dfeb")Accessibility — WCAG contrast
Aa
#99dfeb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99dfeb on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green87.5%
Blue92.2%
CMYK percentages
Cyan34.9%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#99dfeb text on a black background
contrast 14.11:1
Card sample
#99dfeb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99dfeb;
Background color
Panel with #99dfeb background
background-color: #99dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99dfeb; background: linear-gradient(135deg, #99dfeb, #99A8EB);