#afe9cf
a light, vivid green · cool · closest name: beige
RGB
175, 233, 207
HSL
153°, 57%, 80%
CMYK
25, 0, 11, 9
Luminance
0.7190
Every format
| HEX | #afe9cf |
| RGB | rgb(175, 233, 207) |
| HSL | hsl(153, 57%, 80%) |
| CMYK | cmyk(25%, 0%, 11%, 9%) |
| LAB | lab(87.9 -23.6 6.7) |
| LCH | lch(87.9 24.6 164.2) |
| OKLCH | oklch(0.887 0.069 165.5) |
Copy-ready code
/* CSS */
color: #afe9cf;
background-color: #afe9cf;
/* Tailwind (arbitrary) */
class="text-[#afe9cf] bg-[#afe9cf]"
/* SCSS */
$brand: #afe9cf;
/* SwiftUI */
Color(red: 0.686, green: 0.914, blue: 0.812)
/* Android */
Color.parseColor("#afe9cf")Accessibility — WCAG contrast
Aa
#afe9cf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe9cf on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.4%
Blue81.2%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow11.2%
Key (black)8.6%
Color previews
#afe9cf text on a black background
contrast 15.38:1
Card sample
#afe9cf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe9cf;
Background color
Panel with #afe9cf background
background-color: #afe9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 233, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 233, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe9cf; background: linear-gradient(135deg, #afe9cf, #AFDCE9);