#abcccc
a light, soft cyan · cool · closest name: silver
RGB
171, 204, 204
HSL
180°, 24%, 74%
CMYK
16, 0, 0, 20
Luminance
0.5620
Every format
| HEX | #abcccc |
| RGB | rgb(171, 204, 204) |
| HSL | hsl(180, 24%, 74%) |
| CMYK | cmyk(16%, 0%, 0%, 20%) |
| LAB | lab(79.7 -10.9 -3.7) |
| LCH | lch(79.7 11.5 198.6) |
| OKLCH | oklch(0.821 0.035 196.5) |
Copy-ready code
/* CSS */
color: #abcccc;
background-color: #abcccc;
/* Tailwind (arbitrary) */
class="text-[#abcccc] bg-[#abcccc]"
/* SCSS */
$brand: #abcccc;
/* SwiftUI */
Color(red: 0.671, green: 0.800, blue: 0.800)
/* Android */
Color.parseColor("#abcccc")Accessibility — WCAG contrast
Aa
#abcccc on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcccc on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.0%
Blue80.0%
CMYK percentages
Cyan16.2%
Magenta0.0%
Yellow0.0%
Key (black)20.0%
Color previews
#abcccc text on a black background
contrast 12.24:1
Card sample
#abcccc text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcccc;
Background color
Panel with #abcccc background
background-color: #abcccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 204, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 204, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcccc; background: linear-gradient(135deg, #abcccc, #ABB6CC);