#afdfb0
a light, soft green · cool · closest name: aquamarine
RGB
175, 223, 176
HSL
121°, 43%, 78%
CMYK
22, 0, 21, 13
Luminance
0.6502
Every format
| HEX | #afdfb0 |
| RGB | rgb(175, 223, 176) |
| HSL | hsl(121, 43%, 78%) |
| CMYK | cmyk(22%, 0%, 21%, 13%) |
| LAB | lab(84.5 -24.5 18.1) |
| LCH | lch(84.5 30.4 143.6) |
| OKLCH | oklch(0.858 0.081 145.3) |
Copy-ready code
/* CSS */
color: #afdfb0;
background-color: #afdfb0;
/* Tailwind (arbitrary) */
class="text-[#afdfb0] bg-[#afdfb0]"
/* SCSS */
$brand: #afdfb0;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.690)
/* Android */
Color.parseColor("#afdfb0")Accessibility — WCAG contrast
Aa
#afdfb0 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdfb0 on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue69.0%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow21.1%
Key (black)12.5%
Color previews
#afdfb0 text on a black background
contrast 14.00:1
Card sample
#afdfb0 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdfb0;
Background color
Panel with #afdfb0 background
background-color: #afdfb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdfb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdfb0; background: linear-gradient(135deg, #afdfb0, #AFDFD0);