#0a2952
a deep, electric blue · cool · closest name: midnightblue
RGB
10, 41, 82
HSL
214°, 78%, 18%
CMYK
88, 50, 0, 68
Luminance
0.0226
Every format
| HEX | #0a2952 |
| RGB | rgb(10, 41, 82) |
| HSL | hsl(214, 78%, 18%) |
| CMYK | cmyk(88%, 50%, 0%, 68%) |
| LAB | lab(16.8 6.2 -28.2) |
| LCH | lch(16.8 28.9 282.3) |
| OKLCH | oklch(0.284 0.083 257.0) |
Copy-ready code
/* CSS */
color: #0a2952;
background-color: #0a2952;
/* Tailwind (arbitrary) */
class="text-[#0a2952] bg-[#0a2952]"
/* SCSS */
$brand: #0a2952;
/* SwiftUI */
Color(red: 0.039, green: 0.161, blue: 0.322)
/* Android */
Color.parseColor("#0a2952")Accessibility — WCAG contrast
Aa
#0a2952 on white: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0a2952 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.9%
Green16.1%
Blue32.2%
CMYK percentages
Cyan87.8%
Magenta50.0%
Yellow0.0%
Key (black)67.8%
Color previews
#0a2952 text on a black background
contrast 1.45:1
Card sample
#0a2952 text on a white background
contrast 14.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0a2952;
Background color
Panel with #0a2952 background
background-color: #0a2952;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0a2952;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(10, 41, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(10, 41, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0a2952; background: linear-gradient(135deg, #0a2952, #1B0A52);