#afd3cf
a light, soft cyan · cool · closest name: silver
RGB
175, 211, 207
HSL
173°, 29%, 76%
CMYK
17, 0, 2, 17
Luminance
0.6021
Every format
| HEX | #afd3cf |
| RGB | rgb(175, 211, 207) |
| HSL | hsl(173, 29%, 76%) |
| CMYK | cmyk(17%, 0%, 2%, 17%) |
| LAB | lab(82.0 -12.7 -2.0) |
| LCH | lch(82.0 12.8 188.9) |
| OKLCH | oklch(0.840 0.038 188.2) |
Copy-ready code
/* CSS */
color: #afd3cf;
background-color: #afd3cf;
/* Tailwind (arbitrary) */
class="text-[#afd3cf] bg-[#afd3cf]"
/* SCSS */
$brand: #afd3cf;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.812)
/* Android */
Color.parseColor("#afd3cf")Accessibility — WCAG contrast
Aa
#afd3cf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd3cf on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue81.2%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow1.9%
Key (black)17.3%
Color previews
#afd3cf text on a black background
contrast 13.04:1
Card sample
#afd3cf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd3cf;
Background color
Panel with #afd3cf background
background-color: #afd3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd3cf; background: linear-gradient(135deg, #afd3cf, #AFBFD3);