#afd6d0
a light, soft cyan · cool · closest name: silver
RGB
175, 214, 208
HSL
171°, 32%, 76%
CMYK
18, 0, 3, 16
Luminance
0.6176
Every format
| HEX | #afd6d0 |
| RGB | rgb(175, 214, 208) |
| HSL | hsl(171, 32%, 76%) |
| CMYK | cmyk(18%, 0%, 3%, 16%) |
| LAB | lab(82.8 -14.0 -1.3) |
| LCH | lch(82.8 14.0 185.3) |
| OKLCH | oklch(0.846 0.042 185.0) |
Copy-ready code
/* CSS */
color: #afd6d0;
background-color: #afd6d0;
/* Tailwind (arbitrary) */
class="text-[#afd6d0] bg-[#afd6d0]"
/* SCSS */
$brand: #afd6d0;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.816)
/* Android */
Color.parseColor("#afd6d0")Accessibility — WCAG contrast
Aa
#afd6d0 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd6d0 on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue81.6%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow2.8%
Key (black)16.1%
Color previews
#afd6d0 text on a black background
contrast 13.35:1
Card sample
#afd6d0 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd6d0;
Background color
Panel with #afd6d0 background
background-color: #afd6d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd6d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd6d0; background: linear-gradient(135deg, #afd6d0, #AFC2D6);