#032256
a deep, electric blue · cool · closest name: midnightblue
RGB
3, 34, 86
HSL
218°, 93%, 18%
CMYK
97, 61, 0, 66
Luminance
0.0184
Every format
| HEX | #032256 |
| RGB | rgb(3, 34, 86) |
| HSL | hsl(218, 93%, 18%) |
| CMYK | cmyk(97%, 61%, 0%, 66%) |
| LAB | lab(14.6 12.5 -34.5) |
| LCH | lch(14.6 36.7 289.9) |
| OKLCH | oklch(0.268 0.101 260.0) |
Copy-ready code
/* CSS */
color: #032256;
background-color: #032256;
/* Tailwind (arbitrary) */
class="text-[#032256] bg-[#032256]"
/* SCSS */
$brand: #032256;
/* SwiftUI */
Color(red: 0.012, green: 0.133, blue: 0.337)
/* Android */
Color.parseColor("#032256")Accessibility — WCAG contrast
Aa
#032256 on white: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#032256 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green13.3%
Blue33.7%
CMYK percentages
Cyan96.5%
Magenta60.5%
Yellow0.0%
Key (black)66.3%
Color previews
#032256 text on a black background
contrast 1.37:1
Card sample
#032256 text on a white background
contrast 15.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #032256;
Background color
Panel with #032256 background
background-color: #032256;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #032256;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 34, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 34, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #032256; background: linear-gradient(135deg, #032256, #1B0356);