#afd0bf
a light, soft green · cool · closest name: silver
RGB
175, 208, 191
HSL
149°, 26%, 75%
CMYK
16, 0, 8, 18
Luminance
0.5799
Every format
| HEX | #afd0bf |
| RGB | rgb(175, 208, 191) |
| HSL | hsl(149, 26%, 75%) |
| CMYK | cmyk(16%, 0%, 8%, 18%) |
| LAB | lab(80.7 -14.3 4.8) |
| LCH | lch(80.7 15.1 161.5) |
| OKLCH | oklch(0.829 0.042 163.0) |
Copy-ready code
/* CSS */
color: #afd0bf;
background-color: #afd0bf;
/* Tailwind (arbitrary) */
class="text-[#afd0bf] bg-[#afd0bf]"
/* SCSS */
$brand: #afd0bf;
/* SwiftUI */
Color(red: 0.686, green: 0.816, blue: 0.749)
/* Android */
Color.parseColor("#afd0bf")Accessibility — WCAG contrast
Aa
#afd0bf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd0bf on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.6%
Blue74.9%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow8.2%
Key (black)18.4%
Color previews
#afd0bf text on a black background
contrast 12.60:1
Card sample
#afd0bf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd0bf;
Background color
Panel with #afd0bf background
background-color: #afd0bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd0bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 208, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 208, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd0bf; background: linear-gradient(135deg, #afd0bf, #AFCBD0);