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