#afd1c0
a light, soft green · cool · closest name: silver
RGB
175, 209, 192
HSL
150°, 27%, 75%
CMYK
16, 0, 8, 18
Luminance
0.5852
Every format
| HEX | #afd1c0 |
| RGB | rgb(175, 209, 192) |
| HSL | hsl(150, 27%, 75%) |
| CMYK | cmyk(16%, 0%, 8%, 18%) |
| LAB | lab(81.0 -14.6 4.7) |
| LCH | lch(81.0 15.3 162.2) |
| OKLCH | oklch(0.831 0.043 163.7) |
Copy-ready code
/* CSS */
color: #afd1c0;
background-color: #afd1c0;
/* Tailwind (arbitrary) */
class="text-[#afd1c0] bg-[#afd1c0]"
/* SCSS */
$brand: #afd1c0;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.753)
/* Android */
Color.parseColor("#afd1c0")Accessibility — WCAG contrast
Aa
#afd1c0 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd1c0 on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue75.3%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow8.1%
Key (black)18.0%
Color previews
#afd1c0 text on a black background
contrast 12.70:1
Card sample
#afd1c0 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd1c0;
Background color
Panel with #afd1c0 background
background-color: #afd1c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd1c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd1c0; background: linear-gradient(135deg, #afd1c0, #AFCBD1);