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