#afd8bf
a light, soft green · cool · closest name: beige
RGB
175, 216, 191
HSL
143°, 35%, 77%
CMYK
19, 0, 12, 15
Luminance
0.6199
Every format
| HEX | #afd8bf |
| RGB | rgb(175, 216, 191) |
| HSL | hsl(143, 35%, 77%) |
| CMYK | cmyk(19%, 0%, 12%, 15%) |
| LAB | lab(82.9 -18.3 7.9) |
| LCH | lch(82.9 20.0 156.7) |
| OKLCH | oklch(0.846 0.055 158.2) |
Copy-ready code
/* CSS */
color: #afd8bf;
background-color: #afd8bf;
/* Tailwind (arbitrary) */
class="text-[#afd8bf] bg-[#afd8bf]"
/* SCSS */
$brand: #afd8bf;
/* SwiftUI */
Color(red: 0.686, green: 0.847, blue: 0.749)
/* Android */
Color.parseColor("#afd8bf")Accessibility — WCAG contrast
Aa
#afd8bf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd8bf on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.7%
Blue74.9%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow11.6%
Key (black)15.3%
Color previews
#afd8bf text on a black background
contrast 13.40:1
Card sample
#afd8bf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd8bf;
Background color
Panel with #afd8bf background
background-color: #afd8bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd8bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 216, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 216, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd8bf; background: linear-gradient(135deg, #afd8bf, #AFD6D8);