#22223f
a deep, soft blue · warm · closest name: black
RGB
34, 34, 63
HSL
240°, 30%, 19%
CMYK
46, 46, 0, 75
Luminance
0.0184
Every format
| HEX | #22223f |
| RGB | rgb(34, 34, 63) |
| HSL | hsl(240, 30%, 19%) |
| CMYK | cmyk(46%, 46%, 0%, 75%) |
| LAB | lab(14.6 8.9 -18.5) |
| LCH | lch(14.6 20.5 295.6) |
| OKLCH | oklch(0.268 0.053 282.2) |
Copy-ready code
/* CSS */
color: #22223f;
background-color: #22223f;
/* Tailwind (arbitrary) */
class="text-[#22223f] bg-[#22223f]"
/* SCSS */
$brand: #22223f;
/* SwiftUI */
Color(red: 0.133, green: 0.133, blue: 0.247)
/* Android */
Color.parseColor("#22223f")Accessibility — WCAG contrast
Aa
#22223f on white: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#22223f on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green13.3%
Blue24.7%
CMYK percentages
Cyan46.0%
Magenta46.0%
Yellow0.0%
Key (black)75.3%
Color previews
#22223f text on a black background
contrast 1.37:1
Card sample
#22223f text on a white background
contrast 15.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22223f;
Background color
Panel with #22223f background
background-color: #22223f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22223f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 34, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 34, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22223f; background: linear-gradient(135deg, #22223f, #35223F);