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