#99eceb
a light, vivid cyan · cool · closest name: skyblue
RGB
153, 236, 235
HSL
179°, 69%, 76%
CMYK
35, 0, 0, 8
Luminance
0.7276
Every format
| HEX | #99eceb |
| RGB | rgb(153, 236, 235) |
| HSL | hsl(179, 69%, 76%) |
| CMYK | cmyk(35%, 0%, 0%, 8%) |
| LAB | lab(88.3 -25.3 -7.5) |
| LCH | lch(88.3 26.4 196.5) |
| OKLCH | oklch(0.890 0.081 194.8) |
Copy-ready code
/* CSS */
color: #99eceb;
background-color: #99eceb;
/* Tailwind (arbitrary) */
class="text-[#99eceb] bg-[#99eceb]"
/* SCSS */
$brand: #99eceb;
/* SwiftUI */
Color(red: 0.600, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#99eceb")Accessibility — WCAG contrast
Aa
#99eceb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99eceb on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green92.5%
Blue92.2%
CMYK percentages
Cyan35.2%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#99eceb text on a black background
contrast 15.55:1
Card sample
#99eceb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99eceb;
Background color
Panel with #99eceb background
background-color: #99eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99eceb; background: linear-gradient(135deg, #99eceb, #99B6EC);