#095949
a deep, electric cyan · cool · closest name: darkslategray
RGB
9, 89, 73
HSL
168°, 82%, 19%
CMYK
90, 0, 18, 65
Luminance
0.0768
Every format
| HEX | #095949 |
| RGB | rgb(9, 89, 73) |
| HSL | hsl(168, 82%, 19%) |
| CMYK | cmyk(90%, 0%, 18%, 65%) |
| LAB | lab(33.3 -26.6 2.9) |
| LCH | lch(33.3 26.8 173.7) |
| OKLCH | oklch(0.416 0.076 174.4) |
Copy-ready code
/* CSS */
color: #095949;
background-color: #095949;
/* Tailwind (arbitrary) */
class="text-[#095949] bg-[#095949]"
/* SCSS */
$brand: #095949;
/* SwiftUI */
Color(red: 0.035, green: 0.349, blue: 0.286)
/* Android */
Color.parseColor("#095949")Accessibility — WCAG contrast
Aa
#095949 on white: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#095949 on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green34.9%
Blue28.6%
CMYK percentages
Cyan89.9%
Magenta0.0%
Yellow18.0%
Key (black)65.1%
Color previews
#095949 text on a black background
contrast 2.54:1
Card sample
#095949 text on a white background
contrast 8.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #095949;
Background color
Panel with #095949 background
background-color: #095949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #095949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 89, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 89, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #095949; background: linear-gradient(135deg, #095949, #093459);