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