#afd2d6
a light, soft cyan · cool · closest name: silver
RGB
175, 210, 214
HSL
186°, 32%, 76%
CMYK
18, 2, 0, 16
Luminance
0.6006
Every format
| HEX | #afd2d6 |
| RGB | rgb(175, 210, 214) |
| HSL | hsl(186, 32%, 76%) |
| CMYK | cmyk(18%, 2%, 0%, 16%) |
| LAB | lab(81.9 -10.7 -5.8) |
| LCH | lch(81.9 12.2 208.6) |
| OKLCH | oklch(0.840 0.037 205.0) |
Copy-ready code
/* CSS */
color: #afd2d6;
background-color: #afd2d6;
/* Tailwind (arbitrary) */
class="text-[#afd2d6] bg-[#afd2d6]"
/* SCSS */
$brand: #afd2d6;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.839)
/* Android */
Color.parseColor("#afd2d6")Accessibility — WCAG contrast
Aa
#afd2d6 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd2d6 on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue83.9%
CMYK percentages
Cyan18.2%
Magenta1.9%
Yellow0.0%
Key (black)16.1%
Color previews
#afd2d6 text on a black background
contrast 13.01:1
Card sample
#afd2d6 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd2d6;
Background color
Panel with #afd2d6 background
background-color: #afd2d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd2d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd2d6; background: linear-gradient(135deg, #afd2d6, #AFB8D6);