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