#afe6cd
a light, vivid green · cool · closest name: beige
RGB
175, 230, 205
HSL
153°, 52%, 79%
CMYK
24, 0, 11, 10
Luminance
0.7012
Every format
| HEX | #afe6cd |
| RGB | rgb(175, 230, 205) |
| HSL | hsl(153, 52%, 79%) |
| CMYK | cmyk(24%, 0%, 11%, 10%) |
| LAB | lab(87.0 -22.6 6.5) |
| LCH | lch(87.0 23.5 164.0) |
| OKLCH | oklch(0.880 0.066 165.3) |
Copy-ready code
/* CSS */
color: #afe6cd;
background-color: #afe6cd;
/* Tailwind (arbitrary) */
class="text-[#afe6cd] bg-[#afe6cd]"
/* SCSS */
$brand: #afe6cd;
/* SwiftUI */
Color(red: 0.686, green: 0.902, blue: 0.804)
/* Android */
Color.parseColor("#afe6cd")Accessibility — WCAG contrast
Aa
#afe6cd on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe6cd on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green90.2%
Blue80.4%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow10.9%
Key (black)9.8%
Color previews
#afe6cd text on a black background
contrast 15.02:1
Card sample
#afe6cd text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe6cd;
Background color
Panel with #afe6cd background
background-color: #afe6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 230, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 230, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe6cd; background: linear-gradient(135deg, #afe6cd, #AFDAE6);