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