#afd2d8
a light, soft cyan · cool · closest name: silver
RGB
175, 210, 216
HSL
189°, 35%, 77%
CMYK
19, 3, 0, 15
Luminance
0.6017
Every format
| HEX | #afd2d8 |
| RGB | rgb(175, 210, 216) |
| HSL | hsl(189, 35%, 77%) |
| CMYK | cmyk(19%, 3%, 0%, 15%) |
| LAB | lab(81.9 -10.3 -6.8) |
| LCH | lch(81.9 12.3 213.6) |
| OKLCH | oklch(0.840 0.038 209.1) |
Copy-ready code
/* CSS */
color: #afd2d8;
background-color: #afd2d8;
/* Tailwind (arbitrary) */
class="text-[#afd2d8] bg-[#afd2d8]"
/* SCSS */
$brand: #afd2d8;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.847)
/* Android */
Color.parseColor("#afd2d8")Accessibility — WCAG contrast
Aa
#afd2d8 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd2d8 on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue84.7%
CMYK percentages
Cyan19.0%
Magenta2.8%
Yellow0.0%
Key (black)15.3%
Color previews
#afd2d8 text on a black background
contrast 13.03:1
Card sample
#afd2d8 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd2d8;
Background color
Panel with #afd2d8 background
background-color: #afd2d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd2d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd2d8; background: linear-gradient(135deg, #afd2d8, #AFB7D8);