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