#afdac6
a light, soft green · cool · closest name: silver
RGB
175, 218, 198
HSL
152°, 37%, 77%
CMYK
20, 0, 9, 15
Luminance
0.6333
Every format
| HEX | #afdac6 |
| RGB | rgb(175, 218, 198) |
| HSL | hsl(152, 37%, 77%) |
| CMYK | cmyk(20%, 0%, 9%, 15%) |
| LAB | lab(83.6 -18.0 5.2) |
| LCH | lch(83.6 18.7 163.8) |
| OKLCH | oklch(0.852 0.053 165.2) |
Copy-ready code
/* CSS */
color: #afdac6;
background-color: #afdac6;
/* Tailwind (arbitrary) */
class="text-[#afdac6] bg-[#afdac6]"
/* SCSS */
$brand: #afdac6;
/* SwiftUI */
Color(red: 0.686, green: 0.855, blue: 0.776)
/* Android */
Color.parseColor("#afdac6")Accessibility — WCAG contrast
Aa
#afdac6 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdac6 on black: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.5%
Blue77.6%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow9.2%
Key (black)14.5%
Color previews
#afdac6 text on a black background
contrast 13.67:1
Card sample
#afdac6 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdac6;
Background color
Panel with #afdac6 background
background-color: #afdac6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdac6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 218, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 218, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdac6; background: linear-gradient(135deg, #afdac6, #AFD1DA);