#afd2be
a light, soft green · cool · closest name: silver
RGB
175, 210, 190
HSL
146°, 28%, 76%
CMYK
17, 0, 10, 18
Luminance
0.5892
Every format
| HEX | #afd2be |
| RGB | rgb(175, 210, 190) |
| HSL | hsl(146, 28%, 76%) |
| CMYK | cmyk(17%, 0%, 10%, 18%) |
| LAB | lab(81.3 -15.5 6.1) |
| LCH | lch(81.3 16.6 158.6) |
| OKLCH | oklch(0.833 0.046 160.2) |
Copy-ready code
/* CSS */
color: #afd2be;
background-color: #afd2be;
/* Tailwind (arbitrary) */
class="text-[#afd2be] bg-[#afd2be]"
/* SCSS */
$brand: #afd2be;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.745)
/* Android */
Color.parseColor("#afd2be")Accessibility — WCAG contrast
Aa
#afd2be on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd2be on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue74.5%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow9.5%
Key (black)17.6%
Color previews
#afd2be text on a black background
contrast 12.78:1
Card sample
#afd2be text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd2be;
Background color
Panel with #afd2be background
background-color: #afd2be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd2be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd2be; background: linear-gradient(135deg, #afd2be, #AFCFD2);