#afd3be
a light, soft green · cool · closest name: silver
RGB
175, 211, 190
HSL
145°, 29%, 76%
CMYK
17, 0, 10, 17
Luminance
0.5942
Every format
| HEX | #afd3be |
| RGB | rgb(175, 211, 190) |
| HSL | hsl(145, 29%, 76%) |
| CMYK | cmyk(17%, 0%, 10%, 17%) |
| LAB | lab(81.5 -16.0 6.5) |
| LCH | lch(81.5 17.3 158.0) |
| OKLCH | oklch(0.835 0.048 159.6) |
Copy-ready code
/* CSS */
color: #afd3be;
background-color: #afd3be;
/* Tailwind (arbitrary) */
class="text-[#afd3be] bg-[#afd3be]"
/* SCSS */
$brand: #afd3be;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.745)
/* Android */
Color.parseColor("#afd3be")Accessibility — WCAG contrast
Aa
#afd3be on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd3be on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue74.5%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow10.0%
Key (black)17.3%
Color previews
#afd3be text on a black background
contrast 12.88:1
Card sample
#afd3be text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd3be;
Background color
Panel with #afd3be background
background-color: #afd3be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd3be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd3be; background: linear-gradient(135deg, #afd3be, #AFD0D3);