#afeadf
a light, vivid cyan · cool · closest name: beige
RGB
175, 234, 223
HSL
169°, 58%, 80%
CMYK
25, 0, 5, 8
Luminance
0.7329
Every format
| HEX | #afeadf |
| RGB | rgb(175, 234, 223) |
| HSL | hsl(169, 58%, 80%) |
| CMYK | cmyk(25%, 0%, 5%, 8%) |
| LAB | lab(88.6 -20.9 -0.7) |
| LCH | lch(88.6 20.9 182.0) |
| OKLCH | oklch(0.894 0.062 182.1) |
Copy-ready code
/* CSS */
color: #afeadf;
background-color: #afeadf;
/* Tailwind (arbitrary) */
class="text-[#afeadf] bg-[#afeadf]"
/* SCSS */
$brand: #afeadf;
/* SwiftUI */
Color(red: 0.686, green: 0.918, blue: 0.875)
/* Android */
Color.parseColor("#afeadf")Accessibility — WCAG contrast
Aa
#afeadf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeadf on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.8%
Blue87.5%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow4.7%
Key (black)8.2%
Color previews
#afeadf text on a black background
contrast 15.66:1
Card sample
#afeadf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeadf;
Background color
Panel with #afeadf background
background-color: #afeadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 234, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 234, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeadf; background: linear-gradient(135deg, #afeadf, #AFCEEA);