#09443f
a deep, electric cyan · cool · closest name: darkslategray
RGB
9, 68, 63
HSL
175°, 77%, 15%
CMYK
87, 0, 7, 73
Luminance
0.0455
Every format
| HEX | #09443f |
| RGB | rgb(9, 68, 63) |
| HSL | hsl(175, 77%, 15%) |
| CMYK | cmyk(87%, 0%, 7%, 73%) |
| LAB | lab(25.4 -19.2 -2.2) |
| LCH | lch(25.4 19.3 186.4) |
| OKLCH | oklch(0.350 0.057 186.2) |
Copy-ready code
/* CSS */
color: #09443f;
background-color: #09443f;
/* Tailwind (arbitrary) */
class="text-[#09443f] bg-[#09443f]"
/* SCSS */
$brand: #09443f;
/* SwiftUI */
Color(red: 0.035, green: 0.267, blue: 0.247)
/* Android */
Color.parseColor("#09443f")Accessibility — WCAG contrast
Aa
#09443f on white: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09443f on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green26.7%
Blue24.7%
CMYK percentages
Cyan86.8%
Magenta0.0%
Yellow7.4%
Key (black)73.3%
Color previews
#09443f text on a black background
contrast 1.91:1
Card sample
#09443f text on a white background
contrast 10.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09443f;
Background color
Panel with #09443f background
background-color: #09443f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09443f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 68, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 68, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09443f; background: linear-gradient(135deg, #09443f, #092244);