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