#afbdee
a light, vivid blue · warm · closest name: skyblue
RGB
175, 189, 238
HSL
227°, 65%, 81%
CMYK
27, 21, 0, 7
Luminance
0.5168
Every format
| HEX | #afbdee |
| RGB | rgb(175, 189, 238) |
| HSL | hsl(227, 65%, 81%) |
| CMYK | cmyk(27%, 21%, 0%, 7%) |
| LAB | lab(77.1 5.9 -25.9) |
| LCH | lch(77.1 26.6 282.7) |
| OKLCH | oklch(0.804 0.071 272.3) |
Copy-ready code
/* CSS */
color: #afbdee;
background-color: #afbdee;
/* Tailwind (arbitrary) */
class="text-[#afbdee] bg-[#afbdee]"
/* SCSS */
$brand: #afbdee;
/* SwiftUI */
Color(red: 0.686, green: 0.741, blue: 0.933)
/* Android */
Color.parseColor("#afbdee")Accessibility — WCAG contrast
Aa
#afbdee on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbdee on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.1%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta20.6%
Yellow0.0%
Key (black)6.7%
Color previews
#afbdee text on a black background
contrast 11.34:1
Card sample
#afbdee text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbdee;
Background color
Panel with #afbdee background
background-color: #afbdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 189, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 189, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbdee; background: linear-gradient(135deg, #afbdee, #CBAFEE);