#afd2bb
a light, soft green · cool · closest name: silver
RGB
175, 210, 187
HSL
141°, 28%, 76%
CMYK
17, 0, 11, 18
Luminance
0.5880
Every format
| HEX | #afd2bb |
| RGB | rgb(175, 210, 187) |
| HSL | hsl(141, 28%, 76%) |
| CMYK | cmyk(17%, 0%, 11%, 18%) |
| LAB | lab(81.2 -16.1 7.6) |
| LCH | lch(81.2 17.8 154.8) |
| OKLCH | oklch(0.832 0.049 156.4) |
Copy-ready code
/* CSS */
color: #afd2bb;
background-color: #afd2bb;
/* Tailwind (arbitrary) */
class="text-[#afd2bb] bg-[#afd2bb]"
/* SCSS */
$brand: #afd2bb;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.733)
/* Android */
Color.parseColor("#afd2bb")Accessibility — WCAG contrast
Aa
#afd2bb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd2bb on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue73.3%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow11.0%
Key (black)17.6%
Color previews
#afd2bb text on a black background
contrast 12.76:1
Card sample
#afd2bb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd2bb;
Background color
Panel with #afd2bb background
background-color: #afd2bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd2bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd2bb; background: linear-gradient(135deg, #afd2bb, #AFD2D2);