#abceaf
a light, soft green · cool · closest name: silver
RGB
171, 206, 175
HSL
127°, 26%, 74%
CMYK
17, 0, 15, 19
Luminance
0.5590
Every format
| HEX | #abceaf |
| RGB | rgb(171, 206, 175) |
| HSL | hsl(127, 26%, 74%) |
| CMYK | cmyk(17%, 0%, 15%, 19%) |
| LAB | lab(79.5 -17.6 11.6) |
| LCH | lch(79.5 21.1 146.6) |
| OKLCH | oklch(0.817 0.057 148.2) |
Copy-ready code
/* CSS */
color: #abceaf;
background-color: #abceaf;
/* Tailwind (arbitrary) */
class="text-[#abceaf] bg-[#abceaf]"
/* SCSS */
$brand: #abceaf;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#abceaf")Accessibility — WCAG contrast
Aa
#abceaf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abceaf on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue68.6%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#abceaf text on a black background
contrast 12.18:1
Card sample
#abceaf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abceaf;
Background color
Panel with #abceaf background
background-color: #abceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abceaf; background: linear-gradient(135deg, #abceaf, #ABCEC6);