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