#095545
a deep, electric cyan · cool · closest name: darkslategray
RGB
9, 85, 69
HSL
167°, 81%, 18%
CMYK
89, 0, 19, 67
Luminance
0.0698
Every format
| HEX | #095545 |
| RGB | rgb(9, 85, 69) |
| HSL | hsl(167, 81%, 18%) |
| CMYK | cmyk(89%, 0%, 19%, 67%) |
| LAB | lab(31.8 -25.9 3.2) |
| LCH | lch(31.8 26.1 172.9) |
| OKLCH | oklch(0.403 0.073 173.6) |
Copy-ready code
/* CSS */
color: #095545;
background-color: #095545;
/* Tailwind (arbitrary) */
class="text-[#095545] bg-[#095545]"
/* SCSS */
$brand: #095545;
/* SwiftUI */
Color(red: 0.035, green: 0.333, blue: 0.271)
/* Android */
Color.parseColor("#095545")Accessibility — WCAG contrast
Aa
#095545 on white: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#095545 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green33.3%
Blue27.1%
CMYK percentages
Cyan89.4%
Magenta0.0%
Yellow18.8%
Key (black)66.7%
Color previews
#095545 text on a black background
contrast 2.40:1
Card sample
#095545 text on a white background
contrast 8.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #095545;
Background color
Panel with #095545 background
background-color: #095545;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #095545;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 85, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 85, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #095545; background: linear-gradient(135deg, #095545, #093255);