#abcdbe
a light, soft green · cool · closest name: silver
RGB
171, 205, 190
HSL
154°, 25%, 74%
CMYK
17, 0, 7, 20
Luminance
0.5604
Every format
| HEX | #abcdbe |
| RGB | rgb(171, 205, 190) |
| HSL | hsl(154, 25%, 74%) |
| CMYK | cmyk(17%, 0%, 7%, 20%) |
| LAB | lab(79.6 -14.3 3.7) |
| LCH | lch(79.6 14.7 165.5) |
| OKLCH | oklch(0.819 0.042 166.8) |
Copy-ready code
/* CSS */
color: #abcdbe;
background-color: #abcdbe;
/* Tailwind (arbitrary) */
class="text-[#abcdbe] bg-[#abcdbe]"
/* SCSS */
$brand: #abcdbe;
/* SwiftUI */
Color(red: 0.671, green: 0.804, blue: 0.745)
/* Android */
Color.parseColor("#abcdbe")Accessibility — WCAG contrast
Aa
#abcdbe on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcdbe on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.4%
Blue74.5%
CMYK percentages
Cyan16.6%
Magenta0.0%
Yellow7.3%
Key (black)19.6%
Color previews
#abcdbe text on a black background
contrast 12.21:1
Card sample
#abcdbe text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcdbe;
Background color
Panel with #abcdbe background
background-color: #abcdbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcdbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 205, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 205, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcdbe; background: linear-gradient(135deg, #abcdbe, #ABC5CD);