#abcabc
a light, soft green · cool · closest name: silver
RGB
171, 202, 188
HSL
153°, 23%, 73%
CMYK
15, 0, 7, 21
Luminance
0.5453
Every format
| HEX | #abcabc |
| RGB | rgb(171, 202, 188) |
| HSL | hsl(153, 23%, 73%) |
| CMYK | cmyk(15%, 0%, 7%, 21%) |
| LAB | lab(78.8 -13.1 3.5) |
| LCH | lch(78.8 13.6 165.0) |
| OKLCH | oklch(0.812 0.039 166.3) |
Copy-ready code
/* CSS */
color: #abcabc;
background-color: #abcabc;
/* Tailwind (arbitrary) */
class="text-[#abcabc] bg-[#abcabc]"
/* SCSS */
$brand: #abcabc;
/* SwiftUI */
Color(red: 0.671, green: 0.792, blue: 0.737)
/* Android */
Color.parseColor("#abcabc")Accessibility — WCAG contrast
Aa
#abcabc on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcabc on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.2%
Blue73.7%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow6.9%
Key (black)20.8%
Color previews
#abcabc text on a black background
contrast 11.91:1
Card sample
#abcabc text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcabc;
Background color
Panel with #abcabc background
background-color: #abcabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 202, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 202, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcabc; background: linear-gradient(135deg, #abcabc, #ABC3CA);