#09354f
a deep, electric blue · cool · closest name: darkslategray
RGB
9, 53, 79
HSL
202°, 80%, 17%
CMYK
89, 33, 0, 69
Luminance
0.0317
Every format
| HEX | #09354f |
| RGB | rgb(9, 53, 79) |
| HSL | hsl(202, 80%, 17%) |
| CMYK | cmyk(89%, 33%, 0%, 69%) |
| LAB | lab(20.7 -3.9 -20.0) |
| LCH | lch(20.7 20.4 259.1) |
| OKLCH | oklch(0.314 0.065 240.4) |
Copy-ready code
/* CSS */
color: #09354f;
background-color: #09354f;
/* Tailwind (arbitrary) */
class="text-[#09354f] bg-[#09354f]"
/* SCSS */
$brand: #09354f;
/* SwiftUI */
Color(red: 0.035, green: 0.208, blue: 0.310)
/* Android */
Color.parseColor("#09354f")Accessibility — WCAG contrast
Aa
#09354f on white: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09354f on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green20.8%
Blue31.0%
CMYK percentages
Cyan88.6%
Magenta32.9%
Yellow0.0%
Key (black)69.0%
Color previews
#09354f text on a black background
contrast 1.63:1
Card sample
#09354f text on a white background
contrast 12.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09354f;
Background color
Panel with #09354f background
background-color: #09354f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09354f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 53, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 53, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09354f; background: linear-gradient(135deg, #09354f, #0C094F);