#220fdf
a balanced, electric blue · warm · closest name: blue
RGB
34, 15, 223
HSL
246°, 87%, 47%
CMYK
85, 93, 0, 13
Luminance
0.0601
Every format
| HEX | #220fdf |
| RGB | rgb(34, 15, 223) |
| HSL | hsl(246, 87%, 47%) |
| CMYK | cmyk(85%, 93%, 0%, 13%) |
| LAB | lab(29.4 69.1 -94.5) |
| LCH | lch(29.4 117.1 306.2) |
| OKLCH | oklch(0.423 0.273 268.5) |
Copy-ready code
/* CSS */
color: #220fdf;
background-color: #220fdf;
/* Tailwind (arbitrary) */
class="text-[#220fdf] bg-[#220fdf]"
/* SCSS */
$brand: #220fdf;
/* SwiftUI */
Color(red: 0.133, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#220fdf")Accessibility — WCAG contrast
Aa
#220fdf on white: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#220fdf on black: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green5.9%
Blue87.5%
CMYK percentages
Cyan84.8%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#220fdf text on a black background
contrast 2.20:1
Card sample
#220fdf text on a white background
contrast 9.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #220fdf;
Background color
Panel with #220fdf background
background-color: #220fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #220fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #220fdf; background: linear-gradient(135deg, #220fdf, #AD0FDF);