#99bbee
a light, vivid blue · cool · closest name: skyblue
RGB
153, 187, 238
HSL
216°, 71%, 77%
CMYK
36, 21, 0, 7
Luminance
0.4849
Every format
| HEX | #99bbee |
| RGB | rgb(153, 187, 238) |
| HSL | hsl(216, 71%, 77%) |
| CMYK | cmyk(36%, 21%, 0%, 7%) |
| LAB | lab(75.1 0.7 -29.0) |
| LCH | lch(75.1 29.0 271.4) |
| OKLCH | oklch(0.785 0.082 258.3) |
Copy-ready code
/* CSS */
color: #99bbee;
background-color: #99bbee;
/* Tailwind (arbitrary) */
class="text-[#99bbee] bg-[#99bbee]"
/* SCSS */
$brand: #99bbee;
/* SwiftUI */
Color(red: 0.600, green: 0.733, blue: 0.933)
/* Android */
Color.parseColor("#99bbee")Accessibility — WCAG contrast
Aa
#99bbee on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99bbee on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green73.3%
Blue93.3%
CMYK percentages
Cyan35.7%
Magenta21.4%
Yellow0.0%
Key (black)6.7%
Color previews
#99bbee text on a black background
contrast 10.70:1
Card sample
#99bbee text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99bbee;
Background color
Panel with #99bbee background
background-color: #99bbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99bbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 187, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 187, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99bbee; background: linear-gradient(135deg, #99bbee, #B099EE);