#99adeb
a light, vivid blue · warm · closest name: steelblue
RGB
153, 173, 235
HSL
225°, 67%, 76%
CMYK
35, 26, 0, 8
Luminance
0.4266
Every format
| HEX | #99adeb |
| RGB | rgb(153, 173, 235) |
| HSL | hsl(225, 67%, 76%) |
| CMYK | cmyk(35%, 26%, 0%, 8%) |
| LAB | lab(71.3 7.7 -33.3) |
| LCH | lch(71.3 34.1 283.0) |
| OKLCH | oklch(0.755 0.092 270.3) |
Copy-ready code
/* CSS */
color: #99adeb;
background-color: #99adeb;
/* Tailwind (arbitrary) */
class="text-[#99adeb] bg-[#99adeb]"
/* SCSS */
$brand: #99adeb;
/* SwiftUI */
Color(red: 0.600, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#99adeb")Accessibility — WCAG contrast
Aa
#99adeb on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99adeb on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green67.8%
Blue92.2%
CMYK percentages
Cyan34.9%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#99adeb text on a black background
contrast 9.53:1
Card sample
#99adeb text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99adeb;
Background color
Panel with #99adeb background
background-color: #99adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99adeb; background: linear-gradient(135deg, #99adeb, #BC99EB);