#afd4bb
a light, soft green · cool · closest name: silver
RGB
175, 212, 187
HSL
140°, 30%, 76%
CMYK
18, 0, 12, 17
Luminance
0.5979
Every format
| HEX | #afd4bb |
| RGB | rgb(175, 212, 187) |
| HSL | hsl(140, 30%, 76%) |
| CMYK | cmyk(18%, 0%, 12%, 17%) |
| LAB | lab(81.7 -17.1 8.3) |
| LCH | lch(81.7 19.0 154.0) |
| OKLCH | oklch(0.836 0.052 155.6) |
Copy-ready code
/* CSS */
color: #afd4bb;
background-color: #afd4bb;
/* Tailwind (arbitrary) */
class="text-[#afd4bb] bg-[#afd4bb]"
/* SCSS */
$brand: #afd4bb;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.733)
/* Android */
Color.parseColor("#afd4bb")Accessibility — WCAG contrast
Aa
#afd4bb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd4bb on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue73.3%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow11.8%
Key (black)16.9%
Color previews
#afd4bb text on a black background
contrast 12.96:1
Card sample
#afd4bb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd4bb;
Background color
Panel with #afd4bb background
background-color: #afd4bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd4bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd4bb; background: linear-gradient(135deg, #afd4bb, #AFD4D4);