#002355
a deep, electric blue · cool · closest name: midnightblue
RGB
0, 35, 85
HSL
215°, 100%, 17%
CMYK
100, 59, 0, 67
Luminance
0.0186
Every format
| HEX | #002355 |
| RGB | rgb(0, 35, 85) |
| HSL | hsl(215, 100%, 17%) |
| CMYK | cmyk(100%, 59%, 0%, 67%) |
| LAB | lab(14.7 10.9 -33.6) |
| LCH | lch(14.7 35.3 288.0) |
| OKLCH | oklch(0.268 0.099 258.0) |
Copy-ready code
/* CSS */
color: #002355;
background-color: #002355;
/* Tailwind (arbitrary) */
class="text-[#002355] bg-[#002355]"
/* SCSS */
$brand: #002355;
/* SwiftUI */
Color(red: 0.000, green: 0.137, blue: 0.333)
/* Android */
Color.parseColor("#002355")Accessibility — WCAG contrast
Aa
#002355 on white: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#002355 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green13.7%
Blue33.3%
CMYK percentages
Cyan100.0%
Magenta58.8%
Yellow0.0%
Key (black)66.7%
Color previews
#002355 text on a black background
contrast 1.37:1
Card sample
#002355 text on a white background
contrast 15.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #002355;
Background color
Panel with #002355 background
background-color: #002355;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #002355;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 35, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 35, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #002355; background: linear-gradient(135deg, #002355, #160055);