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