#afd2d4
a light, soft cyan · cool · closest name: silver
RGB
175, 210, 212
HSL
183°, 30%, 76%
CMYK
18, 1, 0, 17
Luminance
0.5996
Every format
| HEX | #afd2d4 |
| RGB | rgb(175, 210, 212) |
| HSL | hsl(183, 30%, 76%) |
| CMYK | cmyk(18%, 1%, 0%, 17%) |
| LAB | lab(81.8 -11.1 -4.8) |
| LCH | lch(81.8 12.1 203.6) |
| OKLCH | oklch(0.839 0.037 200.7) |
Copy-ready code
/* CSS */
color: #afd2d4;
background-color: #afd2d4;
/* Tailwind (arbitrary) */
class="text-[#afd2d4] bg-[#afd2d4]"
/* SCSS */
$brand: #afd2d4;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.831)
/* Android */
Color.parseColor("#afd2d4")Accessibility — WCAG contrast
Aa
#afd2d4 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd2d4 on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue83.1%
CMYK percentages
Cyan17.5%
Magenta0.9%
Yellow0.0%
Key (black)16.9%
Color previews
#afd2d4 text on a black background
contrast 12.99:1
Card sample
#afd2d4 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd2d4;
Background color
Panel with #afd2d4 background
background-color: #afd2d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd2d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd2d4; background: linear-gradient(135deg, #afd2d4, #AFB9D4);