#99adef
a light, vivid blue · warm · closest name: steelblue
RGB
153, 173, 239
HSL
226°, 73%, 77%
CMYK
36, 28, 0, 6
Luminance
0.4289
Every format
| HEX | #99adef |
| RGB | rgb(153, 173, 239) |
| HSL | hsl(226, 73%, 77%) |
| CMYK | cmyk(36%, 28%, 0%, 6%) |
| LAB | lab(71.5 8.7 -35.2) |
| LCH | lch(71.5 36.3 283.9) |
| OKLCH | oklch(0.757 0.098 271.0) |
Copy-ready code
/* CSS */
color: #99adef;
background-color: #99adef;
/* Tailwind (arbitrary) */
class="text-[#99adef] bg-[#99adef]"
/* SCSS */
$brand: #99adef;
/* SwiftUI */
Color(red: 0.600, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#99adef")Accessibility — WCAG contrast
Aa
#99adef on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99adef on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green67.8%
Blue93.7%
CMYK percentages
Cyan36.0%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#99adef text on a black background
contrast 9.58:1
Card sample
#99adef text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99adef;
Background color
Panel with #99adef background
background-color: #99adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99adef; background: linear-gradient(135deg, #99adef, #BE99EF);