#afcccc
a light, soft cyan · cool · closest name: silver
RGB
175, 204, 204
HSL
180°, 22%, 74%
CMYK
14, 0, 0, 20
Luminance
0.5666
Every format
| HEX | #afcccc |
| RGB | rgb(175, 204, 204) |
| HSL | hsl(180, 22%, 74%) |
| CMYK | cmyk(14%, 0%, 0%, 20%) |
| LAB | lab(80.0 -9.7 -3.3) |
| LCH | lch(80.0 10.2 198.6) |
| OKLCH | oklch(0.824 0.031 196.6) |
Copy-ready code
/* CSS */
color: #afcccc;
background-color: #afcccc;
/* Tailwind (arbitrary) */
class="text-[#afcccc] bg-[#afcccc]"
/* SCSS */
$brand: #afcccc;
/* SwiftUI */
Color(red: 0.686, green: 0.800, blue: 0.800)
/* Android */
Color.parseColor("#afcccc")Accessibility — WCAG contrast
Aa
#afcccc on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afcccc on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green80.0%
Blue80.0%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow0.0%
Key (black)20.0%
Color previews
#afcccc text on a black background
contrast 12.33:1
Card sample
#afcccc text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afcccc;
Background color
Panel with #afcccc background
background-color: #afcccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afcccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 204, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 204, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afcccc; background: linear-gradient(135deg, #afcccc, #AFB9CC);