#2218ce
a balanced, electric blue · warm · closest name: blue
RGB
34, 24, 206
HSL
243°, 79%, 45%
CMYK
84, 88, 0, 19
Luminance
0.0545
Every format
| HEX | #2218ce |
| RGB | rgb(34, 24, 206) |
| HSL | hsl(243, 79%, 45%) |
| CMYK | cmyk(84%, 88%, 0%, 19%) |
| LAB | lab(28.0 62.1 -87.0) |
| LCH | lch(28.0 107.0 305.5) |
| OKLCH | oklch(0.407 0.252 269.1) |
Copy-ready code
/* CSS */
color: #2218ce;
background-color: #2218ce;
/* Tailwind (arbitrary) */
class="text-[#2218ce] bg-[#2218ce]"
/* SCSS */
$brand: #2218ce;
/* SwiftUI */
Color(red: 0.133, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#2218ce")Accessibility — WCAG contrast
Aa
#2218ce on white: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2218ce on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green9.4%
Blue80.8%
CMYK percentages
Cyan83.5%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#2218ce text on a black background
contrast 2.09:1
Card sample
#2218ce text on a white background
contrast 10.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2218ce;
Background color
Panel with #2218ce background
background-color: #2218ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2218ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2218ce; background: linear-gradient(135deg, #2218ce, #9B18CE);