#afceee
a light, vivid blue · cool · closest name: skyblue
RGB
175, 206, 238
HSL
211°, 65%, 81%
CMYK
27, 13, 0, 7
Luminance
0.5943
Every format
| HEX | #afceee |
| RGB | rgb(175, 206, 238) |
| HSL | hsl(211, 65%, 81%) |
| CMYK | cmyk(27%, 13%, 0%, 7%) |
| LAB | lab(81.5 -3.3 -19.2) |
| LCH | lch(81.5 19.4 260.3) |
| OKLCH | oklch(0.839 0.056 249.3) |
Copy-ready code
/* CSS */
color: #afceee;
background-color: #afceee;
/* Tailwind (arbitrary) */
class="text-[#afceee] bg-[#afceee]"
/* SCSS */
$brand: #afceee;
/* SwiftUI */
Color(red: 0.686, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#afceee")Accessibility — WCAG contrast
Aa
#afceee on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afceee on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.8%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#afceee text on a black background
contrast 12.89:1
Card sample
#afceee text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afceee;
Background color
Panel with #afceee background
background-color: #afceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afceee; background: linear-gradient(135deg, #afceee, #BAAFEE);