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