#2120df
a balanced, vivid blue · warm · closest name: blue
RGB
33, 32, 223
HSL
240°, 75%, 50%
CMYK
85, 86, 0, 13
Luminance
0.0668
Every format
| HEX | #2120df |
| RGB | rgb(33, 32, 223) |
| HSL | hsl(240, 75%, 50%) |
| CMYK | cmyk(85%, 86%, 0%, 13%) |
| LAB | lab(31.1 64.0 -91.7) |
| LCH | lch(31.1 111.8 304.9) |
| OKLCH | oklch(0.434 0.266 268.1) |
Copy-ready code
/* CSS */
color: #2120df;
background-color: #2120df;
/* Tailwind (arbitrary) */
class="text-[#2120df] bg-[#2120df]"
/* SCSS */
$brand: #2120df;
/* SwiftUI */
Color(red: 0.129, green: 0.125, blue: 0.875)
/* Android */
Color.parseColor("#2120df")Accessibility — WCAG contrast
Aa
#2120df on white: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2120df on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green12.5%
Blue87.5%
CMYK percentages
Cyan85.2%
Magenta85.7%
Yellow0.0%
Key (black)12.5%
Color previews
#2120df text on a black background
contrast 2.34:1
Card sample
#2120df text on a white background
contrast 8.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2120df;
Background color
Panel with #2120df background
background-color: #2120df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2120df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 32, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 32, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2120df; background: linear-gradient(135deg, #2120df, #A020DF);