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