#09443b
a deep, electric cyan · cool · closest name: darkslategray
RGB
9, 68, 59
HSL
171°, 77%, 15%
CMYK
87, 0, 13, 73
Luminance
0.0451
Every format
| HEX | #09443b |
| RGB | rgb(9, 68, 59) |
| HSL | hsl(171, 77%, 15%) |
| CMYK | cmyk(87%, 0%, 13%, 73%) |
| LAB | lab(25.3 -20.5 0.3) |
| LCH | lch(25.3 20.5 179.2) |
| OKLCH | oklch(0.348 0.059 179.6) |
Copy-ready code
/* CSS */
color: #09443b;
background-color: #09443b;
/* Tailwind (arbitrary) */
class="text-[#09443b] bg-[#09443b]"
/* SCSS */
$brand: #09443b;
/* SwiftUI */
Color(red: 0.035, green: 0.267, blue: 0.231)
/* Android */
Color.parseColor("#09443b")Accessibility — WCAG contrast
Aa
#09443b on white: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09443b on black: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green26.7%
Blue23.1%
CMYK percentages
Cyan86.8%
Magenta0.0%
Yellow13.2%
Key (black)73.3%
Color previews
#09443b text on a black background
contrast 1.90:1
Card sample
#09443b text on a white background
contrast 11.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09443b;
Background color
Panel with #09443b background
background-color: #09443b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09443b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 68, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 68, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09443b; background: linear-gradient(135deg, #09443b, #092644);