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