#4306df
a dark, electric violet · warm · closest name: blue
RGB
67, 6, 223
HSL
257°, 95%, 45%
CMYK
70, 97, 0, 13
Luminance
0.0665
Every format
| HEX | #4306df |
| RGB | rgb(67, 6, 223) |
| HSL | hsl(257, 95%, 45%) |
| CMYK | cmyk(70%, 97%, 0%, 13%) |
| LAB | lab(31.0 71.7 -91.8) |
| LCH | lch(31.0 116.5 308.0) |
| OKLCH | oklch(0.439 0.267 277.7) |
Copy-ready code
/* CSS */
color: #4306df;
background-color: #4306df;
/* Tailwind (arbitrary) */
class="text-[#4306df] bg-[#4306df]"
/* SCSS */
$brand: #4306df;
/* SwiftUI */
Color(red: 0.263, green: 0.024, blue: 0.875)
/* Android */
Color.parseColor("#4306df")Accessibility — WCAG contrast
Aa
#4306df on white: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4306df on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green2.4%
Blue87.5%
CMYK percentages
Cyan70.0%
Magenta97.3%
Yellow0.0%
Key (black)12.5%
Color previews
#4306df text on a black background
contrast 2.33:1
Card sample
#4306df text on a white background
contrast 9.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4306df;
Background color
Panel with #4306df background
background-color: #4306df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4306df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 6, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 6, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4306df; background: linear-gradient(135deg, #4306df, #D406DF);