#13233f
a deep, vivid blue · cool · closest name: black
RGB
19, 35, 63
HSL
218°, 54%, 16%
CMYK
70, 44, 0, 75
Luminance
0.0170
Every format
| HEX | #13233f |
| RGB | rgb(19, 35, 63) |
| HSL | hsl(218, 54%, 16%) |
| CMYK | cmyk(70%, 44%, 0%, 75%) |
| LAB | lab(13.8 3.9 -19.9) |
| LCH | lch(13.8 20.3 281.1) |
| OKLCH | oklch(0.258 0.057 260.9) |
Copy-ready code
/* CSS */
color: #13233f;
background-color: #13233f;
/* Tailwind (arbitrary) */
class="text-[#13233f] bg-[#13233f]"
/* SCSS */
$brand: #13233f;
/* SwiftUI */
Color(red: 0.075, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#13233f")Accessibility — WCAG contrast
Aa
#13233f on white: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#13233f on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green13.7%
Blue24.7%
CMYK percentages
Cyan69.8%
Magenta44.4%
Yellow0.0%
Key (black)75.3%
Color previews
#13233f text on a black background
contrast 1.34:1
Card sample
#13233f text on a white background
contrast 15.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13233f;
Background color
Panel with #13233f background
background-color: #13233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13233f; background: linear-gradient(135deg, #13233f, #20133F);