#afd0cf
a light, soft cyan · cool · closest name: silver
RGB
175, 208, 207
HSL
178°, 26%, 75%
CMYK
16, 0, 1, 18
Luminance
0.5873
Every format
| HEX | #afd0cf |
| RGB | rgb(175, 208, 207) |
| HSL | hsl(178, 26%, 75%) |
| CMYK | cmyk(16%, 0%, 1%, 18%) |
| LAB | lab(81.1 -11.1 -3.2) |
| LCH | lch(81.1 11.6 195.9) |
| OKLCH | oklch(0.833 0.035 194.2) |
Copy-ready code
/* CSS */
color: #afd0cf;
background-color: #afd0cf;
/* Tailwind (arbitrary) */
class="text-[#afd0cf] bg-[#afd0cf]"
/* SCSS */
$brand: #afd0cf;
/* SwiftUI */
Color(red: 0.686, green: 0.816, blue: 0.812)
/* Android */
Color.parseColor("#afd0cf")Accessibility — WCAG contrast
Aa
#afd0cf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd0cf on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.6%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow0.5%
Key (black)18.4%
Color previews
#afd0cf text on a black background
contrast 12.75:1
Card sample
#afd0cf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd0cf;
Background color
Panel with #afd0cf background
background-color: #afd0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 208, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 208, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd0cf; background: linear-gradient(135deg, #afd0cf, #AFBBD0);