#abcacb
a light, soft cyan · cool · closest name: silver
RGB
171, 202, 203
HSL
182°, 24%, 73%
CMYK
16, 1, 0, 20
Luminance
0.5521
Every format
| HEX | #abcacb |
| RGB | rgb(171, 202, 203) |
| HSL | hsl(182, 24%, 73%) |
| CMYK | cmyk(16%, 1%, 0%, 20%) |
| LAB | lab(79.2 -10.1 -4.0) |
| LCH | lch(79.2 10.8 201.5) |
| OKLCH | oklch(0.817 0.033 198.9) |
Copy-ready code
/* CSS */
color: #abcacb;
background-color: #abcacb;
/* Tailwind (arbitrary) */
class="text-[#abcacb] bg-[#abcacb]"
/* SCSS */
$brand: #abcacb;
/* SwiftUI */
Color(red: 0.671, green: 0.792, blue: 0.796)
/* Android */
Color.parseColor("#abcacb")Accessibility — WCAG contrast
Aa
#abcacb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcacb on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.2%
Blue79.6%
CMYK percentages
Cyan15.8%
Magenta0.5%
Yellow0.0%
Key (black)20.4%
Color previews
#abcacb text on a black background
contrast 12.04:1
Card sample
#abcacb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcacb;
Background color
Panel with #abcacb background
background-color: #abcacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 202, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 202, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcacb; background: linear-gradient(135deg, #abcacb, #ABB5CB);