#afdfba
a light, soft green · cool · closest name: beige
RGB
175, 223, 186
HSL
134°, 43%, 78%
CMYK
22, 0, 17, 13
Luminance
0.6543
Every format
| HEX | #afdfba |
| RGB | rgb(175, 223, 186) |
| HSL | hsl(134, 43%, 78%) |
| CMYK | cmyk(22%, 0%, 17%, 13%) |
| LAB | lab(84.7 -22.7 13.1) |
| LCH | lch(84.7 26.2 150.0) |
| OKLCH | oklch(0.860 0.071 151.7) |
Copy-ready code
/* CSS */
color: #afdfba;
background-color: #afdfba;
/* Tailwind (arbitrary) */
class="text-[#afdfba] bg-[#afdfba]"
/* SCSS */
$brand: #afdfba;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#afdfba")Accessibility — WCAG contrast
Aa
#afdfba on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfba on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue72.9%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#afdfba text on a black background
contrast 14.09:1
Card sample
#afdfba text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfba;
Background color
Panel with #afdfba background
background-color: #afdfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfba; background: linear-gradient(135deg, #afdfba, #AFDFDA);