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