#afdbab
a light, soft green · cool · closest name: beige
RGB
175, 219, 171
HSL
115°, 40%, 77%
CMYK
20, 0, 22, 14
Luminance
0.6272
Every format
| HEX | #afdbab |
| RGB | rgb(175, 219, 171) |
| HSL | hsl(115, 40%, 77%) |
| CMYK | cmyk(20%, 0%, 22%, 14%) |
| LAB | lab(83.3 -23.4 19.0) |
| LCH | lch(83.3 30.1 140.9) |
| OKLCH | oklch(0.848 0.080 142.7) |
Copy-ready code
/* CSS */
color: #afdbab;
background-color: #afdbab;
/* Tailwind (arbitrary) */
class="text-[#afdbab] bg-[#afdbab]"
/* SCSS */
$brand: #afdbab;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.671)
/* Android */
Color.parseColor("#afdbab")Accessibility — WCAG contrast
Aa
#afdbab on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdbab on black: 13.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue67.1%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow21.9%
Key (black)14.1%
Color previews
#afdbab text on a black background
contrast 13.54:1
Card sample
#afdbab text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdbab;
Background color
Panel with #afdbab background
background-color: #afdbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdbab; background: linear-gradient(135deg, #afdbab, #ABDBC7);