#99dbeb
a light, vivid cyan · cool · closest name: skyblue
RGB
153, 219, 235
HSL
192°, 67%, 76%
CMYK
35, 7, 0, 8
Luminance
0.6343
Every format
| HEX | #99dbeb |
| RGB | rgb(153, 219, 235) |
| HSL | hsl(192, 67%, 76%) |
| CMYK | cmyk(35%, 7%, 0%, 8%) |
| LAB | lab(83.7 -16.9 -14.5) |
| LCH | lch(83.7 22.2 220.6) |
| OKLCH | oklch(0.853 0.070 214.5) |
Copy-ready code
/* CSS */
color: #99dbeb;
background-color: #99dbeb;
/* Tailwind (arbitrary) */
class="text-[#99dbeb] bg-[#99dbeb]"
/* SCSS */
$brand: #99dbeb;
/* SwiftUI */
Color(red: 0.600, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#99dbeb")Accessibility — WCAG contrast
Aa
#99dbeb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99dbeb on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green85.9%
Blue92.2%
CMYK percentages
Cyan34.9%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#99dbeb text on a black background
contrast 13.69:1
Card sample
#99dbeb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99dbeb;
Background color
Panel with #99dbeb background
background-color: #99dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99dbeb; background: linear-gradient(135deg, #99dbeb, #99A4EB);