#222233
a deep, soft blue · warm · closest name: black
RGB
34, 34, 51
HSL
240°, 20%, 17%
CMYK
33, 33, 0, 80
Luminance
0.0172
Every format
| HEX | #222233 |
| RGB | rgb(34, 34, 51) |
| HSL | hsl(240, 20%, 17%) |
| CMYK | cmyk(33%, 33%, 0%, 80%) |
| LAB | lab(14.0 4.8 -11.1) |
| LCH | lch(14.0 12.1 293.6) |
| OKLCH | oklch(0.260 0.032 284.0) |
Copy-ready code
/* CSS */
color: #222233;
background-color: #222233;
/* Tailwind (arbitrary) */
class="text-[#222233] bg-[#222233]"
/* SCSS */
$brand: #222233;
/* SwiftUI */
Color(red: 0.133, green: 0.133, blue: 0.200)
/* Android */
Color.parseColor("#222233")Accessibility — WCAG contrast
Aa
#222233 on white: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#222233 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green13.3%
Blue20.0%
CMYK percentages
Cyan33.3%
Magenta33.3%
Yellow0.0%
Key (black)80.0%
Color previews
#222233 text on a black background
contrast 1.34:1
Card sample
#222233 text on a white background
contrast 15.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #222233;
Background color
Panel with #222233 background
background-color: #222233;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #222233;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 34, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 34, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #222233; background: linear-gradient(135deg, #222233, #2D2233);