#aebfac
a light, muted green · cool · closest name: silver
RGB
174, 191, 172
HSL
114°, 13%, 71%
CMYK
9, 0, 10, 25
Luminance
0.4924
Every format
| HEX | #aebfac |
| RGB | rgb(174, 191, 172) |
| HSL | hsl(114, 13%, 71%) |
| CMYK | cmyk(9%, 0%, 10%, 25%) |
| LAB | lab(75.6 -9.4 7.6) |
| LCH | lch(75.6 12.1 141.0) |
| OKLCH | oklch(0.786 0.032 142.3) |
Copy-ready code
/* CSS */
color: #aebfac;
background-color: #aebfac;
/* Tailwind (arbitrary) */
class="text-[#aebfac] bg-[#aebfac]"
/* SCSS */
$brand: #aebfac;
/* SwiftUI */
Color(red: 0.682, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#aebfac")Accessibility — WCAG contrast
Aa
#aebfac on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aebfac on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green74.9%
Blue67.5%
CMYK percentages
Cyan8.9%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#aebfac text on a black background
contrast 10.85:1
Card sample
#aebfac text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aebfac;
Background color
Panel with #aebfac background
background-color: #aebfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aebfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aebfac; background: linear-gradient(135deg, #aebfac, #ACBFB7);