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