#afdacf
a light, soft cyan · cool · closest name: silver
RGB
175, 218, 207
HSL
165°, 37%, 77%
CMYK
20, 0, 5, 15
Luminance
0.6376
Every format
| HEX | #afdacf |
| RGB | rgb(175, 218, 207) |
| HSL | hsl(165, 37%, 77%) |
| CMYK | cmyk(20%, 0%, 5%, 15%) |
| LAB | lab(83.8 -16.2 0.8) |
| LCH | lch(83.8 16.2 177.2) |
| OKLCH | oklch(0.855 0.048 177.8) |
Copy-ready code
/* CSS */
color: #afdacf;
background-color: #afdacf;
/* Tailwind (arbitrary) */
class="text-[#afdacf] bg-[#afdacf]"
/* SCSS */
$brand: #afdacf;
/* SwiftUI */
Color(red: 0.686, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#afdacf")Accessibility — WCAG contrast
Aa
#afdacf on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdacf on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.5%
Blue81.2%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow5.0%
Key (black)14.5%
Color previews
#afdacf text on a black background
contrast 13.75:1
Card sample
#afdacf text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdacf;
Background color
Panel with #afdacf background
background-color: #afdacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdacf; background: linear-gradient(135deg, #afdacf, #AFC8DA);