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