#afdfbe
a light, soft green · cool · closest name: beige
RGB
175, 223, 190
HSL
139°, 43%, 78%
CMYK
22, 0, 15, 13
Luminance
0.6561
Every format
| HEX | #afdfbe |
| RGB | rgb(175, 223, 190) |
| HSL | hsl(139, 43%, 78%) |
| CMYK | cmyk(22%, 0%, 15%, 13%) |
| LAB | lab(84.8 -22.0 11.1) |
| LCH | lch(84.8 24.6 153.1) |
| OKLCH | oklch(0.861 0.068 154.7) |
Copy-ready code
/* CSS */
color: #afdfbe;
background-color: #afdfbe;
/* Tailwind (arbitrary) */
class="text-[#afdfbe] bg-[#afdfbe]"
/* SCSS */
$brand: #afdfbe;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#afdfbe")Accessibility — WCAG contrast
Aa
#afdfbe on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfbe on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue74.5%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow14.8%
Key (black)12.5%
Color previews
#afdfbe text on a black background
contrast 14.12:1
Card sample
#afdfbe text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfbe;
Background color
Panel with #afdfbe background
background-color: #afdfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfbe; background: linear-gradient(135deg, #afdfbe, #AFDFDE);