#4318ce
a balanced, electric blue · warm · closest name: blue
RGB
67, 24, 206
HSL
254°, 79%, 45%
CMYK
68, 88, 0, 19
Luminance
0.0630
Every format
| HEX | #4318ce |
| RGB | rgb(67, 24, 206) |
| HSL | hsl(254, 79%, 45%) |
| CMYK | cmyk(68%, 88%, 0%, 19%) |
| LAB | lab(30.2 63.7 -83.3) |
| LCH | lch(30.2 104.9 307.4) |
| OKLCH | oklch(0.427 0.244 279.2) |
Copy-ready code
/* CSS */
color: #4318ce;
background-color: #4318ce;
/* Tailwind (arbitrary) */
class="text-[#4318ce] bg-[#4318ce]"
/* SCSS */
$brand: #4318ce;
/* SwiftUI */
Color(red: 0.263, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#4318ce")Accessibility — WCAG contrast
Aa
#4318ce on white: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4318ce on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green9.4%
Blue80.8%
CMYK percentages
Cyan67.5%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#4318ce text on a black background
contrast 2.26:1
Card sample
#4318ce text on a white background
contrast 9.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4318ce;
Background color
Panel with #4318ce background
background-color: #4318ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4318ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4318ce; background: linear-gradient(135deg, #4318ce, #BC18CE);