#afd4cf
a light, soft cyan · cool · closest name: silver
RGB
175, 212, 207
HSL
172°, 30%, 76%
CMYK
18, 0, 2, 17
Luminance
0.6071
Every format
| HEX | #afd4cf |
| RGB | rgb(175, 212, 207) |
| HSL | hsl(172, 30%, 76%) |
| CMYK | cmyk(18%, 0%, 2%, 17%) |
| LAB | lab(82.2 -13.2 -1.6) |
| LCH | lch(82.2 13.3 186.9) |
| OKLCH | oklch(0.842 0.040 186.4) |
Copy-ready code
/* CSS */
color: #afd4cf;
background-color: #afd4cf;
/* Tailwind (arbitrary) */
class="text-[#afd4cf] bg-[#afd4cf]"
/* SCSS */
$brand: #afd4cf;
/* SwiftUI */
Color(red: 0.686, green: 0.831, blue: 0.812)
/* Android */
Color.parseColor("#afd4cf")Accessibility — WCAG contrast
Aa
#afd4cf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd4cf on black: 13.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.1%
Blue81.2%
CMYK percentages
Cyan17.5%
Magenta0.0%
Yellow2.4%
Key (black)16.9%
Color previews
#afd4cf text on a black background
contrast 13.14:1
Card sample
#afd4cf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd4cf;
Background color
Panel with #afd4cf background
background-color: #afd4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 212, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 212, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd4cf; background: linear-gradient(135deg, #afd4cf, #AFC0D4);