#abcdcb
a light, soft cyan · cool · closest name: silver
RGB
171, 205, 203
HSL
177°, 25%, 74%
CMYK
17, 0, 1, 20
Luminance
0.5663
Every format
| HEX | #abcdcb |
| RGB | rgb(171, 205, 203) |
| HSL | hsl(177, 25%, 74%) |
| CMYK | cmyk(17%, 0%, 1%, 20%) |
| LAB | lab(80.0 -11.7 -2.8) |
| LCH | lch(80.0 12.0 193.4) |
| OKLCH | oklch(0.823 0.036 192.1) |
Copy-ready code
/* CSS */
color: #abcdcb;
background-color: #abcdcb;
/* Tailwind (arbitrary) */
class="text-[#abcdcb] bg-[#abcdcb]"
/* SCSS */
$brand: #abcdcb;
/* SwiftUI */
Color(red: 0.671, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#abcdcb")Accessibility — WCAG contrast
Aa
#abcdcb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcdcb on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.4%
Blue79.6%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow1.0%
Key (black)19.6%
Color previews
#abcdcb text on a black background
contrast 12.33:1
Card sample
#abcdcb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcdcb;
Background color
Panel with #abcdcb background
background-color: #abcdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcdcb; background: linear-gradient(135deg, #abcdcb, #ABB8CD);