#222bff
a balanced, electric blue · warm · closest name: blue
RGB
34, 43, 255
HSL
238°, 100%, 57%
CMYK
87, 83, 0, 0
Luminance
0.0929
Every format
| HEX | #222bff |
| RGB | rgb(34, 43, 255) |
| HSL | hsl(238, 100%, 57%) |
| CMYK | cmyk(87%, 83%, 0%, 0%) |
| LAB | lab(36.5 68.8 -100.8) |
| LCH | lch(36.5 122.0 304.3) |
| OKLCH | oklch(0.483 0.292 267.2) |
Copy-ready code
/* CSS */
color: #222bff;
background-color: #222bff;
/* Tailwind (arbitrary) */
class="text-[#222bff] bg-[#222bff]"
/* SCSS */
$brand: #222bff;
/* SwiftUI */
Color(red: 0.133, green: 0.169, blue: 1.000)
/* Android */
Color.parseColor("#222bff")Accessibility — WCAG contrast
Aa
#222bff on white: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#222bff on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green16.9%
Blue100.0%
CMYK percentages
Cyan86.7%
Magenta83.1%
Yellow0.0%
Key (black)0.0%
Color previews
#222bff text on a black background
contrast 2.86:1
Card sample
#222bff text on a white background
contrast 7.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #222bff;
Background color
Panel with #222bff background
background-color: #222bff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #222bff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 43, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 43, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #222bff; background: linear-gradient(135deg, #222bff, #AD22FF);