#afd1bc
a light, soft green · cool · closest name: silver
RGB
175, 209, 188
HSL
143°, 27%, 75%
CMYK
16, 0, 10, 18
Luminance
0.5835
Every format
| HEX | #afd1bc |
| RGB | rgb(175, 209, 188) |
| HSL | hsl(143, 27%, 75%) |
| CMYK | cmyk(16%, 0%, 10%, 18%) |
| LAB | lab(80.9 -15.4 6.7) |
| LCH | lch(80.9 16.8 156.6) |
| OKLCH | oklch(0.830 0.046 158.1) |
Copy-ready code
/* CSS */
color: #afd1bc;
background-color: #afd1bc;
/* Tailwind (arbitrary) */
class="text-[#afd1bc] bg-[#afd1bc]"
/* SCSS */
$brand: #afd1bc;
/* SwiftUI */
Color(red: 0.686, green: 0.820, blue: 0.737)
/* Android */
Color.parseColor("#afd1bc")Accessibility — WCAG contrast
Aa
#afd1bc on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd1bc on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.0%
Blue73.7%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow10.0%
Key (black)18.0%
Color previews
#afd1bc text on a black background
contrast 12.67:1
Card sample
#afd1bc text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd1bc;
Background color
Panel with #afd1bc background
background-color: #afd1bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd1bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 209, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 209, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd1bc; background: linear-gradient(135deg, #afd1bc, #AFCFD1);