#09554d
a deep, electric cyan · cool · closest name: darkslategray
RGB
9, 85, 77
HSL
174°, 81%, 18%
CMYK
89, 0, 9, 67
Luminance
0.0709
Every format
| HEX | #09554d |
| RGB | rgb(9, 85, 77) |
| HSL | hsl(174, 81%, 18%) |
| CMYK | cmyk(89%, 0%, 9%, 67%) |
| LAB | lab(32.0 -23.4 -1.5) |
| LCH | lch(32.0 23.5 183.6) |
| OKLCH | oklch(0.405 0.069 183.6) |
Copy-ready code
/* CSS */
color: #09554d;
background-color: #09554d;
/* Tailwind (arbitrary) */
class="text-[#09554d] bg-[#09554d]"
/* SCSS */
$brand: #09554d;
/* SwiftUI */
Color(red: 0.035, green: 0.333, blue: 0.302)
/* Android */
Color.parseColor("#09554d")Accessibility — WCAG contrast
Aa
#09554d on white: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09554d on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green33.3%
Blue30.2%
CMYK percentages
Cyan89.4%
Magenta0.0%
Yellow9.4%
Key (black)66.7%
Color previews
#09554d text on a black background
contrast 2.42:1
Card sample
#09554d text on a white background
contrast 8.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09554d;
Background color
Panel with #09554d background
background-color: #09554d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09554d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 85, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 85, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09554d; background: linear-gradient(135deg, #09554d, #092A55);