#340bdf
a balanced, electric blue · warm · closest name: blue
RGB
52, 11, 223
HSL
252°, 91%, 46%
CMYK
77, 95, 0, 13
Luminance
0.0630
Every format
| HEX | #340bdf |
| RGB | rgb(52, 11, 223) |
| HSL | hsl(252, 91%, 46%) |
| CMYK | cmyk(77%, 95%, 0%, 13%) |
| LAB | lab(30.1 70.4 -93.2) |
| LCH | lch(30.1 116.8 307.1) |
| OKLCH | oklch(0.430 0.270 272.9) |
Copy-ready code
/* CSS */
color: #340bdf;
background-color: #340bdf;
/* Tailwind (arbitrary) */
class="text-[#340bdf] bg-[#340bdf]"
/* SCSS */
$brand: #340bdf;
/* SwiftUI */
Color(red: 0.204, green: 0.043, blue: 0.875)
/* Android */
Color.parseColor("#340bdf")Accessibility — WCAG contrast
Aa
#340bdf on white: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#340bdf on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green4.3%
Blue87.5%
CMYK percentages
Cyan76.7%
Magenta95.1%
Yellow0.0%
Key (black)12.5%
Color previews
#340bdf text on a black background
contrast 2.26:1
Card sample
#340bdf text on a white background
contrast 9.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #340bdf;
Background color
Panel with #340bdf background
background-color: #340bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #340bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 11, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 11, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #340bdf; background: linear-gradient(135deg, #340bdf, #C10BDF);