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