#99afdf
a light, vivid blue · cool · closest name: skyblue
RGB
153, 175, 223
HSL
221°, 52%, 74%
CMYK
31, 22, 0, 13
Luminance
0.4276
Every format
| HEX | #99afdf |
| RGB | rgb(153, 175, 223) |
| HSL | hsl(221, 52%, 74%) |
| CMYK | cmyk(31%, 22%, 0%, 13%) |
| LAB | lab(71.4 3.5 -26.6) |
| LCH | lch(71.4 26.9 277.5) |
| OKLCH | oklch(0.754 0.074 265.5) |
Copy-ready code
/* CSS */
color: #99afdf;
background-color: #99afdf;
/* Tailwind (arbitrary) */
class="text-[#99afdf] bg-[#99afdf]"
/* SCSS */
$brand: #99afdf;
/* SwiftUI */
Color(red: 0.600, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#99afdf")Accessibility — WCAG contrast
Aa
#99afdf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#99afdf on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green68.6%
Blue87.5%
CMYK percentages
Cyan31.4%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#99afdf text on a black background
contrast 9.55:1
Card sample
#99afdf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #99afdf;
Background color
Panel with #99afdf background
background-color: #99afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #99afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #99afdf; background: linear-gradient(135deg, #99afdf, #B299DF);