#afd2c1
a light, soft green · cool · closest name: silver
RGB
175, 210, 193
HSL
151°, 28%, 76%
CMYK
17, 0, 8, 18
Luminance
0.5906
Every format
| HEX | #afd2c1 |
| RGB | rgb(175, 210, 193) |
| HSL | hsl(151, 28%, 76%) |
| CMYK | cmyk(17%, 0%, 8%, 18%) |
| LAB | lab(81.3 -14.9 4.6) |
| LCH | lch(81.3 15.6 163.0) |
| OKLCH | oklch(0.834 0.044 164.4) |
Copy-ready code
/* CSS */
color: #afd2c1;
background-color: #afd2c1;
/* Tailwind (arbitrary) */
class="text-[#afd2c1] bg-[#afd2c1]"
/* SCSS */
$brand: #afd2c1;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.757)
/* Android */
Color.parseColor("#afd2c1")Accessibility — WCAG contrast
Aa
#afd2c1 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd2c1 on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue75.7%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow8.1%
Key (black)17.6%
Color previews
#afd2c1 text on a black background
contrast 12.81:1
Card sample
#afd2c1 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd2c1;
Background color
Panel with #afd2c1 background
background-color: #afd2c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd2c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd2c1; background: linear-gradient(135deg, #afd2c1, #AFCCD2);