#afcbc9
a light, soft cyan · cool · closest name: silver
RGB
175, 203, 201
HSL
176°, 21%, 74%
CMYK
14, 0, 1, 20
Luminance
0.5604
Every format
| HEX | #afcbc9 |
| RGB | rgb(175, 203, 201) |
| HSL | hsl(176, 21%, 74%) |
| CMYK | cmyk(14%, 0%, 1%, 20%) |
| LAB | lab(79.6 -9.8 -2.2) |
| LCH | lch(79.6 10.0 192.5) |
| OKLCH | oklch(0.821 0.030 191.3) |
Copy-ready code
/* CSS */
color: #afcbc9;
background-color: #afcbc9;
/* Tailwind (arbitrary) */
class="text-[#afcbc9] bg-[#afcbc9]"
/* SCSS */
$brand: #afcbc9;
/* SwiftUI */
Color(red: 0.686, green: 0.796, blue: 0.788)
/* Android */
Color.parseColor("#afcbc9")Accessibility — WCAG contrast
Aa
#afcbc9 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcbc9 on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green79.6%
Blue78.8%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow1.0%
Key (black)20.4%
Color previews
#afcbc9 text on a black background
contrast 12.21:1
Card sample
#afcbc9 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcbc9;
Background color
Panel with #afcbc9 background
background-color: #afcbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 203, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 203, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcbc9; background: linear-gradient(135deg, #afcbc9, #AFBACB);