#aacfba
a light, soft green · cool · closest name: silver
RGB
170, 207, 186
HSL
146°, 28%, 74%
CMYK
18, 0, 10, 19
Luminance
0.5672
Every format
| HEX | #aacfba |
| RGB | rgb(170, 207, 186) |
| HSL | hsl(146, 28%, 74%) |
| CMYK | cmyk(18%, 0%, 10%, 19%) |
| LAB | lab(80.0 -16.4 6.4) |
| LCH | lch(80.0 17.6 158.7) |
| OKLCH | oklch(0.822 0.049 160.2) |
Copy-ready code
/* CSS */
color: #aacfba;
background-color: #aacfba;
/* Tailwind (arbitrary) */
class="text-[#aacfba] bg-[#aacfba]"
/* SCSS */
$brand: #aacfba;
/* SwiftUI */
Color(red: 0.667, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#aacfba")Accessibility — WCAG contrast
Aa
#aacfba on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aacfba on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green81.2%
Blue72.9%
CMYK percentages
Cyan17.9%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#aacfba text on a black background
contrast 12.34:1
Card sample
#aacfba text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aacfba;
Background color
Panel with #aacfba background
background-color: #aacfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aacfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aacfba; background: linear-gradient(135deg, #aacfba, #AACBCF);