#2136ce
a balanced, vivid blue · warm · closest name: navy
RGB
33, 54, 206
HSL
233°, 72%, 47%
CMYK
84, 74, 0, 19
Luminance
0.0742
Every format
| HEX | #2136ce |
| RGB | rgb(33, 54, 206) |
| HSL | hsl(233, 72%, 47%) |
| CMYK | cmyk(84%, 74%, 0%, 19%) |
| LAB | lab(32.7 48.1 -79.1) |
| LCH | lch(32.7 92.6 301.3) |
| OKLCH | oklch(0.440 0.230 267.6) |
Copy-ready code
/* CSS */
color: #2136ce;
background-color: #2136ce;
/* Tailwind (arbitrary) */
class="text-[#2136ce] bg-[#2136ce]"
/* SCSS */
$brand: #2136ce;
/* SwiftUI */
Color(red: 0.129, green: 0.212, blue: 0.808)
/* Android */
Color.parseColor("#2136ce")Accessibility — WCAG contrast
Aa
#2136ce on white: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2136ce on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green21.2%
Blue80.8%
CMYK percentages
Cyan84.0%
Magenta73.8%
Yellow0.0%
Key (black)19.2%
Color previews
#2136ce text on a black background
contrast 2.48:1
Card sample
#2136ce text on a white background
contrast 8.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2136ce;
Background color
Panel with #2136ce background
background-color: #2136ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2136ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 54, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 54, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2136ce; background: linear-gradient(135deg, #2136ce, #7F21CE);