#3344ff
a balanced, electric blue · warm · closest name: blue
RGB
51, 68, 255
HSL
235°, 100%, 60%
CMYK
80, 73, 0, 0
Luminance
0.1206
Every format
| HEX | #3344ff |
| RGB | rgb(51, 68, 255) |
| HSL | hsl(235, 100%, 60%) |
| CMYK | cmyk(80%, 73%, 0%, 0%) |
| LAB | lab(41.3 57.5 -92.8) |
| LCH | lch(41.3 109.2 301.8) |
| OKLCH | oklch(0.518 0.269 269.0) |
Copy-ready code
/* CSS */
color: #3344ff;
background-color: #3344ff;
/* Tailwind (arbitrary) */
class="text-[#3344ff] bg-[#3344ff]"
/* SCSS */
$brand: #3344ff;
/* SwiftUI */
Color(red: 0.200, green: 0.267, blue: 1.000)
/* Android */
Color.parseColor("#3344ff")Accessibility — WCAG contrast
Aa
#3344ff on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3344ff on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green26.7%
Blue100.0%
CMYK percentages
Cyan80.0%
Magenta73.3%
Yellow0.0%
Key (black)0.0%
Color previews
#3344ff text on a black background
contrast 3.41:1
Card sample
#3344ff text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3344ff;
Background color
Panel with #3344ff background
background-color: #3344ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3344ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 68, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 68, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3344ff; background: linear-gradient(135deg, #3344ff, #AA33FF);