#99b8ee
a light, vivid blue · cool · closest name: skyblue
RGB
153, 184, 238
HSL
218°, 71%, 77%
CMYK
36, 23, 0, 7
Luminance
0.4723
Every format
| HEX | #99b8ee |
| RGB | rgb(153, 184, 238) |
| HSL | hsl(218, 71%, 77%) |
| CMYK | cmyk(36%, 23%, 0%, 7%) |
| LAB | lab(74.3 2.4 -30.3) |
| LCH | lch(74.3 30.3 274.5) |
| OKLCH | oklch(0.779 0.085 261.3) |
Copy-ready code
/* CSS */
color: #99b8ee;
background-color: #99b8ee;
/* Tailwind (arbitrary) */
class="text-[#99b8ee] bg-[#99b8ee]"
/* SCSS */
$brand: #99b8ee;
/* SwiftUI */
Color(red: 0.600, green: 0.722, blue: 0.933)
/* Android */
Color.parseColor("#99b8ee")Accessibility — WCAG contrast
Aa
#99b8ee on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99b8ee on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green72.2%
Blue93.3%
CMYK percentages
Cyan35.7%
Magenta22.7%
Yellow0.0%
Key (black)6.7%
Color previews
#99b8ee text on a black background
contrast 10.45:1
Card sample
#99b8ee text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99b8ee;
Background color
Panel with #99b8ee background
background-color: #99b8ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99b8ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 184, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 184, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99b8ee; background: linear-gradient(135deg, #99b8ee, #B399EE);