#112233
a deep, vivid blue · cool · closest name: black
RGB
17, 34, 51
HSL
210°, 50%, 13%
CMYK
67, 33, 0, 80
Luminance
0.0150
Every format
| HEX | #112233 |
| RGB | rgb(17, 34, 51) |
| HSL | hsl(210, 50%, 13%) |
| CMYK | cmyk(67%, 33%, 0%, 80%) |
| LAB | lab(12.6 -0.8 -13.3) |
| LCH | lch(12.6 13.3 266.6) |
| OKLCH | oklch(0.246 0.040 249.7) |
Copy-ready code
/* CSS */
color: #112233;
background-color: #112233;
/* Tailwind (arbitrary) */
class="text-[#112233] bg-[#112233]"
/* SCSS */
$brand: #112233;
/* SwiftUI */
Color(red: 0.067, green: 0.133, blue: 0.200)
/* Android */
Color.parseColor("#112233")Accessibility — WCAG contrast
Aa
#112233 on white: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#112233 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green13.3%
Blue20.0%
CMYK percentages
Cyan66.7%
Magenta33.3%
Yellow0.0%
Key (black)80.0%
Color previews
#112233 text on a black background
contrast 1.30:1
Card sample
#112233 text on a white background
contrast 16.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #112233;
Background color
Panel with #112233 background
background-color: #112233;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #112233;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 34, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 34, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #112233; background: linear-gradient(135deg, #112233, #171133);