#2136ba
a dark, vivid blue · warm · closest name: navy
RGB
33, 54, 186
HSL
232°, 70%, 43%
CMYK
82, 71, 0, 27
Luminance
0.0651
Every format
| HEX | #2136ba |
| RGB | rgb(33, 54, 186) |
| HSL | hsl(232, 70%, 43%) |
| CMYK | cmyk(82%, 71%, 0%, 27%) |
| LAB | lab(30.6 41.1 -70.8) |
| LCH | lch(30.6 81.9 300.1) |
| OKLCH | oklch(0.419 0.205 267.9) |
Copy-ready code
/* CSS */
color: #2136ba;
background-color: #2136ba;
/* Tailwind (arbitrary) */
class="text-[#2136ba] bg-[#2136ba]"
/* SCSS */
$brand: #2136ba;
/* SwiftUI */
Color(red: 0.129, green: 0.212, blue: 0.729)
/* Android */
Color.parseColor("#2136ba")Accessibility — WCAG contrast
Aa
#2136ba on white: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2136ba on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green21.2%
Blue72.9%
CMYK percentages
Cyan82.3%
Magenta71.0%
Yellow0.0%
Key (black)27.1%
Color previews
#2136ba text on a black background
contrast 2.30:1
Card sample
#2136ba text on a white background
contrast 9.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2136ba;
Background color
Panel with #2136ba background
background-color: #2136ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2136ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 54, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 54, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2136ba; background: linear-gradient(135deg, #2136ba, #7221BA);