#2228bf
a dark, vivid blue · warm · closest name: navy
RGB
34, 40, 191
HSL
238°, 70%, 44%
CMYK
82, 79, 0, 25
Luminance
0.0562
Every format
| HEX | #2228bf |
| RGB | rgb(34, 40, 191) |
| HSL | hsl(238, 70%, 44%) |
| CMYK | cmyk(82%, 79%, 0%, 25%) |
| LAB | lab(28.4 50.8 -77.5) |
| LCH | lch(28.4 92.7 303.3) |
| OKLCH | oklch(0.405 0.225 269.2) |
Copy-ready code
/* CSS */
color: #2228bf;
background-color: #2228bf;
/* Tailwind (arbitrary) */
class="text-[#2228bf] bg-[#2228bf]"
/* SCSS */
$brand: #2228bf;
/* SwiftUI */
Color(red: 0.133, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#2228bf")Accessibility — WCAG contrast
Aa
#2228bf on white: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2228bf on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green15.7%
Blue74.9%
CMYK percentages
Cyan82.2%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#2228bf text on a black background
contrast 2.12:1
Card sample
#2228bf text on a white background
contrast 9.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2228bf;
Background color
Panel with #2228bf background
background-color: #2228bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2228bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2228bf; background: linear-gradient(135deg, #2228bf, #8522BF);