#afe6dc
a light, vivid cyan · cool · closest name: beige
RGB
175, 230, 220
HSL
169°, 52%, 79%
CMYK
24, 0, 4, 10
Luminance
0.7087
Every format
| HEX | #afe6dc |
| RGB | rgb(175, 230, 220) |
| HSL | hsl(169, 52%, 79%) |
| CMYK | cmyk(24%, 0%, 4%, 10%) |
| LAB | lab(87.4 -19.5 -0.8) |
| LCH | lch(87.4 19.6 182.5) |
| OKLCH | oklch(0.884 0.058 182.5) |
Copy-ready code
/* CSS */
color: #afe6dc;
background-color: #afe6dc;
/* Tailwind (arbitrary) */
class="text-[#afe6dc] bg-[#afe6dc]"
/* SCSS */
$brand: #afe6dc;
/* SwiftUI */
Color(red: 0.686, green: 0.902, blue: 0.863)
/* Android */
Color.parseColor("#afe6dc")Accessibility — WCAG contrast
Aa
#afe6dc on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe6dc on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.2%
Blue86.3%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow4.3%
Key (black)9.8%
Color previews
#afe6dc text on a black background
contrast 15.17:1
Card sample
#afe6dc text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe6dc;
Background color
Panel with #afe6dc background
background-color: #afe6dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe6dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 230, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 230, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe6dc; background: linear-gradient(135deg, #afe6dc, #AFCBE6);