#abcfbe
a light, soft green · cool · closest name: silver
RGB
171, 207, 190
HSL
152°, 27%, 74%
CMYK
17, 0, 8, 19
Luminance
0.5700
Every format
| HEX | #abcfbe |
| RGB | rgb(171, 207, 190) |
| HSL | hsl(152, 27%, 74%) |
| CMYK | cmyk(17%, 0%, 8%, 19%) |
| LAB | lab(80.2 -15.3 4.5) |
| LCH | lch(80.2 15.9 163.6) |
| OKLCH | oklch(0.824 0.045 165.0) |
Copy-ready code
/* CSS */
color: #abcfbe;
background-color: #abcfbe;
/* Tailwind (arbitrary) */
class="text-[#abcfbe] bg-[#abcfbe]"
/* SCSS */
$brand: #abcfbe;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.745)
/* Android */
Color.parseColor("#abcfbe")Accessibility — WCAG contrast
Aa
#abcfbe on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcfbe on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue74.5%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow8.2%
Key (black)18.8%
Color previews
#abcfbe text on a black background
contrast 12.40:1
Card sample
#abcfbe text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcfbe;
Background color
Panel with #abcfbe background
background-color: #abcfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcfbe; background: linear-gradient(135deg, #abcfbe, #ABC8CF);