#9acdaf
a light, soft green · cool · closest name: silver
RGB
154, 205, 175
HSL
145°, 34%, 70%
CMYK
25, 0, 15, 20
Luminance
0.5363
Every format
| HEX | #9acdaf |
| RGB | rgb(154, 205, 175) |
| HSL | hsl(145, 34%, 70%) |
| CMYK | cmyk(25%, 0%, 15%, 20%) |
| LAB | lab(78.2 -22.7 9.6) |
| LCH | lch(78.2 24.6 157.1) |
| OKLCH | oklch(0.804 0.068 158.6) |
Copy-ready code
/* CSS */
color: #9acdaf;
background-color: #9acdaf;
/* Tailwind (arbitrary) */
class="text-[#9acdaf] bg-[#9acdaf]"
/* SCSS */
$brand: #9acdaf;
/* SwiftUI */
Color(red: 0.604, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#9acdaf")Accessibility — WCAG contrast
Aa
#9acdaf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9acdaf on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green80.4%
Blue68.6%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#9acdaf text on a black background
contrast 11.73:1
Card sample
#9acdaf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9acdaf;
Background color
Panel with #9acdaf background
background-color: #9acdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9acdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9acdaf; background: linear-gradient(135deg, #9acdaf, #9AC9CD);