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