#213cd6
a balanced, vivid blue · warm · closest name: navy
RGB
33, 60, 214
HSL
231°, 73%, 48%
CMYK
85, 72, 0, 16
Luminance
0.0841
Every format
| HEX | #213cd6 |
| RGB | rgb(33, 60, 214) |
| HSL | hsl(231, 73%, 48%) |
| CMYK | cmyk(85%, 72%, 0%, 16%) |
| LAB | lab(34.8 47.4 -80.3) |
| LCH | lch(34.8 93.2 300.5) |
| OKLCH | oklch(0.457 0.233 267.0) |
Copy-ready code
/* CSS */
color: #213cd6;
background-color: #213cd6;
/* Tailwind (arbitrary) */
class="text-[#213cd6] bg-[#213cd6]"
/* SCSS */
$brand: #213cd6;
/* SwiftUI */
Color(red: 0.129, green: 0.235, blue: 0.839)
/* Android */
Color.parseColor("#213cd6")Accessibility — WCAG contrast
Aa
#213cd6 on white: 7.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#213cd6 on black: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green23.5%
Blue83.9%
CMYK percentages
Cyan84.6%
Magenta72.0%
Yellow0.0%
Key (black)16.1%
Color previews
#213cd6 text on a black background
contrast 2.68:1
Card sample
#213cd6 text on a white background
contrast 7.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #213cd6;
Background color
Panel with #213cd6 background
background-color: #213cd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #213cd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 60, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 60, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #213cd6; background: linear-gradient(135deg, #213cd6, #7E21D6);