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