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