#9aceaf
a light, soft green · cool · closest name: silver
RGB
154, 206, 175
HSL
144°, 35%, 71%
CMYK
25, 0, 15, 19
Luminance
0.5411
Every format
| HEX | #9aceaf |
| RGB | rgb(154, 206, 175) |
| HSL | hsl(144, 35%, 71%) |
| CMYK | cmyk(25%, 0%, 15%, 19%) |
| LAB | lab(78.5 -23.2 10.0) |
| LCH | lch(78.5 25.3 156.7) |
| OKLCH | oklch(0.806 0.070 158.2) |
Copy-ready code
/* CSS */
color: #9aceaf;
background-color: #9aceaf;
/* Tailwind (arbitrary) */
class="text-[#9aceaf] bg-[#9aceaf]"
/* SCSS */
$brand: #9aceaf;
/* SwiftUI */
Color(red: 0.604, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#9aceaf")Accessibility — WCAG contrast
Aa
#9aceaf on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9aceaf on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green80.8%
Blue68.6%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#9aceaf text on a black background
contrast 11.82:1
Card sample
#9aceaf text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9aceaf;
Background color
Panel with #9aceaf background
background-color: #9aceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9aceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9aceaf; background: linear-gradient(135deg, #9aceaf, #9ACACE);