#340df2
a balanced, electric blue · warm · closest name: blue
RGB
52, 13, 242
HSL
250°, 90%, 50%
CMYK
79, 95, 0, 5
Luminance
0.0743
Every format
| HEX | #340df2 |
| RGB | rgb(52, 13, 242) |
| HSL | hsl(250, 90%, 50%) |
| CMYK | cmyk(79%, 95%, 0%, 5%) |
| LAB | lab(32.8 74.7 -99.7) |
| LCH | lch(32.8 124.6 306.8) |
| OKLCH | oklch(0.455 0.288 271.6) |
Copy-ready code
/* CSS */
color: #340df2;
background-color: #340df2;
/* Tailwind (arbitrary) */
class="text-[#340df2] bg-[#340df2]"
/* SCSS */
$brand: #340df2;
/* SwiftUI */
Color(red: 0.204, green: 0.051, blue: 0.949)
/* Android */
Color.parseColor("#340df2")Accessibility — WCAG contrast
Aa
#340df2 on white: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#340df2 on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green5.1%
Blue94.9%
CMYK percentages
Cyan78.5%
Magenta94.6%
Yellow0.0%
Key (black)5.1%
Color previews
#340df2 text on a black background
contrast 2.49:1
Card sample
#340df2 text on a white background
contrast 8.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #340df2;
Background color
Panel with #340df2 background
background-color: #340df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #340df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 13, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 13, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #340df2; background: linear-gradient(135deg, #340df2, #CD0DF2);