#afd4c2
a light, soft green · cool · closest name: silver
RGB
175, 212, 194
HSL
151°, 30%, 76%
CMYK
18, 0, 9, 17
Luminance
0.6010
Every format
| HEX | #afd4c2 |
| RGB | rgb(175, 212, 194) |
| HSL | hsl(151, 30%, 76%) |
| CMYK | cmyk(18%, 0%, 9%, 17%) |
| LAB | lab(81.9 -15.8 4.9) |
| LCH | lch(81.9 16.5 162.9) |
| OKLCH | oklch(0.838 0.046 164.3) |
Copy-ready code
/* CSS */
color: #afd4c2;
background-color: #afd4c2;
/* Tailwind (arbitrary) */
class="text-[#afd4c2] bg-[#afd4c2]"
/* SCSS */
$brand: #afd4c2;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.761)
/* Android */
Color.parseColor("#afd4c2")Accessibility — WCAG contrast
Aa
#afd4c2 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd4c2 on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue76.1%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow8.5%
Key (black)16.9%
Color previews
#afd4c2 text on a black background
contrast 13.02:1
Card sample
#afd4c2 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd4c2;
Background color
Panel with #afd4c2 background
background-color: #afd4c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd4c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd4c2; background: linear-gradient(135deg, #afd4c2, #AFCDD4);