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