#afd9d2
a light, soft cyan · cool · closest name: silver
RGB
175, 217, 210
HSL
170°, 36%, 77%
CMYK
19, 0, 3, 15
Luminance
0.6339
Every format
| HEX | #afd9d2 |
| RGB | rgb(175, 217, 210) |
| HSL | hsl(170, 36%, 77%) |
| CMYK | cmyk(19%, 0%, 3%, 15%) |
| LAB | lab(83.7 -15.1 -1.1) |
| LCH | lch(83.7 15.1 184.1) |
| OKLCH | oklch(0.853 0.045 184.0) |
Copy-ready code
/* CSS */
color: #afd9d2;
background-color: #afd9d2;
/* Tailwind (arbitrary) */
class="text-[#afd9d2] bg-[#afd9d2]"
/* SCSS */
$brand: #afd9d2;
/* SwiftUI */
Color(red: 0.686, green: 0.851, blue: 0.824)
/* Android */
Color.parseColor("#afd9d2")Accessibility — WCAG contrast
Aa
#afd9d2 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd9d2 on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.1%
Blue82.4%
CMYK percentages
Cyan19.4%
Magenta0.0%
Yellow3.2%
Key (black)14.9%
Color previews
#afd9d2 text on a black background
contrast 13.68:1
Card sample
#afd9d2 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd9d2;
Background color
Panel with #afd9d2 background
background-color: #afd9d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd9d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 217, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 217, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd9d2; background: linear-gradient(135deg, #afd9d2, #AFC4D9);