#afd7bf
a light, soft green · cool · closest name: beige
RGB
175, 215, 191
HSL
144°, 33%, 77%
CMYK
19, 0, 11, 16
Luminance
0.6148
Every format
| HEX | #afd7bf |
| RGB | rgb(175, 215, 191) |
| HSL | hsl(144, 33%, 77%) |
| CMYK | cmyk(19%, 0%, 11%, 16%) |
| LAB | lab(82.6 -17.8 7.5) |
| LCH | lch(82.6 19.4 157.1) |
| OKLCH | oklch(0.844 0.054 158.7) |
Copy-ready code
/* CSS */
color: #afd7bf;
background-color: #afd7bf;
/* Tailwind (arbitrary) */
class="text-[#afd7bf] bg-[#afd7bf]"
/* SCSS */
$brand: #afd7bf;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.749)
/* Android */
Color.parseColor("#afd7bf")Accessibility — WCAG contrast
Aa
#afd7bf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd7bf on black: 13.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue74.9%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow11.2%
Key (black)15.7%
Color previews
#afd7bf text on a black background
contrast 13.30:1
Card sample
#afd7bf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd7bf;
Background color
Panel with #afd7bf background
background-color: #afd7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd7bf; background: linear-gradient(135deg, #afd7bf, #AFD4D7);