#afd8c2
a light, soft green · cool · closest name: beige
RGB
175, 216, 194
HSL
148°, 35%, 77%
CMYK
19, 0, 10, 15
Luminance
0.6212
Every format
| HEX | #afd8c2 |
| RGB | rgb(175, 216, 194) |
| HSL | hsl(148, 35%, 77%) |
| CMYK | cmyk(19%, 0%, 10%, 15%) |
| LAB | lab(83.0 -17.8 6.4) |
| LCH | lch(83.0 18.9 160.1) |
| OKLCH | oklch(0.847 0.053 161.6) |
Copy-ready code
/* CSS */
color: #afd8c2;
background-color: #afd8c2;
/* Tailwind (arbitrary) */
class="text-[#afd8c2] bg-[#afd8c2]"
/* SCSS */
$brand: #afd8c2;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.761)
/* Android */
Color.parseColor("#afd8c2")Accessibility — WCAG contrast
Aa
#afd8c2 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd8c2 on black: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue76.1%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow10.2%
Key (black)15.3%
Color previews
#afd8c2 text on a black background
contrast 13.42:1
Card sample
#afd8c2 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd8c2;
Background color
Panel with #afd8c2 background
background-color: #afd8c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd8c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd8c2; background: linear-gradient(135deg, #afd8c2, #AFD3D8);