#210dfb
a balanced, electric blue · warm · closest name: blue
RGB
33, 13, 251
HSL
245°, 97%, 52%
CMYK
87, 95, 0, 2
Luminance
0.0758
Every format
| HEX | #210dfb |
| RGB | rgb(33, 13, 251) |
| HSL | hsl(245, 97%, 52%) |
| CMYK | cmyk(87%, 95%, 0%, 2%) |
| LAB | lab(33.1 76.5 -104.3) |
| LCH | lch(33.1 129.4 306.3) |
| OKLCH | oklch(0.458 0.302 267.3) |
Copy-ready code
/* CSS */
color: #210dfb;
background-color: #210dfb;
/* Tailwind (arbitrary) */
class="text-[#210dfb] bg-[#210dfb]"
/* SCSS */
$brand: #210dfb;
/* SwiftUI */
Color(red: 0.129, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#210dfb")Accessibility — WCAG contrast
Aa
#210dfb on white: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#210dfb on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green5.1%
Blue98.4%
CMYK percentages
Cyan86.9%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#210dfb text on a black background
contrast 2.52:1
Card sample
#210dfb text on a white background
contrast 8.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #210dfb;
Background color
Panel with #210dfb background
background-color: #210dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #210dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #210dfb; background: linear-gradient(135deg, #210dfb, #C00DFB);