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