#afdaba
a light, soft green · cool · closest name: beige
RGB
175, 218, 186
HSL
135°, 37%, 77%
CMYK
20, 0, 15, 15
Luminance
0.6280
Every format
| HEX | #afdaba |
| RGB | rgb(175, 218, 186) |
| HSL | hsl(135, 37%, 77%) |
| CMYK | cmyk(20%, 0%, 15%, 15%) |
| LAB | lab(83.3 -20.3 11.2) |
| LCH | lch(83.3 23.1 151.1) |
| OKLCH | oklch(0.849 0.063 152.7) |
Copy-ready code
/* CSS */
color: #afdaba;
background-color: #afdaba;
/* Tailwind (arbitrary) */
class="text-[#afdaba] bg-[#afdaba]"
/* SCSS */
$brand: #afdaba;
/* SwiftUI */
Color(red: 0.686, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#afdaba")Accessibility — WCAG contrast
Aa
#afdaba on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdaba on black: 13.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.5%
Blue72.9%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow14.7%
Key (black)14.5%
Color previews
#afdaba text on a black background
contrast 13.56:1
Card sample
#afdaba text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdaba;
Background color
Panel with #afdaba background
background-color: #afdaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 218, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 218, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdaba; background: linear-gradient(135deg, #afdaba, #AFDAD7);