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