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