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