#096549
a deep, electric cyan · cool · closest name: seagreen
RGB
9, 101, 73
HSL
162°, 84%, 22%
CMYK
91, 0, 28, 60
Luminance
0.0985
Every format
| HEX | #096549 |
| RGB | rgb(9, 101, 73) |
| HSL | hsl(162, 84%, 22%) |
| CMYK | cmyk(91%, 0%, 28%, 60%) |
| LAB | lab(37.6 -32.1 9.0) |
| LCH | lch(37.6 33.4 164.4) |
| OKLCH | oklch(0.451 0.091 165.5) |
Copy-ready code
/* CSS */
color: #096549;
background-color: #096549;
/* Tailwind (arbitrary) */
class="text-[#096549] bg-[#096549]"
/* SCSS */
$brand: #096549;
/* SwiftUI */
Color(red: 0.035, green: 0.396, blue: 0.286)
/* Android */
Color.parseColor("#096549")Accessibility — WCAG contrast
Aa
#096549 on white: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#096549 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green39.6%
Blue28.6%
CMYK percentages
Cyan91.1%
Magenta0.0%
Yellow27.7%
Key (black)60.4%
Color previews
#096549 text on a black background
contrast 2.97:1
Card sample
#096549 text on a white background
contrast 7.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #096549;
Background color
Panel with #096549 background
background-color: #096549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #096549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 101, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 101, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #096549; background: linear-gradient(135deg, #096549, #094465);