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