#afe8df
a light, vivid cyan · cool · closest name: beige
RGB
175, 232, 223
HSL
171°, 55%, 80%
CMYK
25, 0, 4, 9
Luminance
0.7215
Every format
| HEX | #afe8df |
| RGB | rgb(175, 232, 223) |
| HSL | hsl(171, 55%, 80%) |
| CMYK | cmyk(25%, 0%, 4%, 9%) |
| LAB | lab(88.0 -19.9 -1.5) |
| LCH | lch(88.0 19.9 184.4) |
| OKLCH | oklch(0.889 0.059 184.2) |
Copy-ready code
/* CSS */
color: #afe8df;
background-color: #afe8df;
/* Tailwind (arbitrary) */
class="text-[#afe8df] bg-[#afe8df]"
/* SCSS */
$brand: #afe8df;
/* SwiftUI */
Color(red: 0.686, green: 0.910, blue: 0.875)
/* Android */
Color.parseColor("#afe8df")Accessibility — WCAG contrast
Aa
#afe8df on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe8df on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.0%
Blue87.5%
CMYK percentages
Cyan24.6%
Magenta0.0%
Yellow3.9%
Key (black)9.0%
Color previews
#afe8df text on a black background
contrast 15.43:1
Card sample
#afe8df text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe8df;
Background color
Panel with #afe8df background
background-color: #afe8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 232, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 232, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe8df; background: linear-gradient(135deg, #afe8df, #AFCBE8);