#3302df
a dark, electric blue · warm · closest name: blue
RGB
51, 2, 223
HSL
253°, 98%, 44%
CMYK
77, 99, 0, 13
Luminance
0.0607
Every format
| HEX | #3302df |
| RGB | rgb(51, 2, 223) |
| HSL | hsl(253, 98%, 44%) |
| CMYK | cmyk(77%, 99%, 0%, 13%) |
| LAB | lab(29.6 71.9 -94.2) |
| LCH | lch(29.6 118.5 307.3) |
| OKLCH | oklch(0.427 0.272 272.7) |
Copy-ready code
/* CSS */
color: #3302df;
background-color: #3302df;
/* Tailwind (arbitrary) */
class="text-[#3302df] bg-[#3302df]"
/* SCSS */
$brand: #3302df;
/* SwiftUI */
Color(red: 0.200, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#3302df")Accessibility — WCAG contrast
Aa
#3302df on white: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3302df on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green0.8%
Blue87.5%
CMYK percentages
Cyan77.1%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#3302df text on a black background
contrast 2.21:1
Card sample
#3302df text on a white background
contrast 9.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3302df;
Background color
Panel with #3302df background
background-color: #3302df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3302df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3302df; background: linear-gradient(135deg, #3302df, #C602DF);