#333344
a deep, muted blue · warm · closest name: darkslategray
RGB
51, 51, 68
HSL
240°, 14%, 23%
CMYK
25, 25, 0, 73
Luminance
0.0349
Every format
| HEX | #333344 |
| RGB | rgb(51, 51, 68) |
| HSL | hsl(240, 14%, 23%) |
| CMYK | cmyk(25%, 25%, 0%, 73%) |
| LAB | lab(21.9 4.4 -10.6) |
| LCH | lch(21.9 11.4 292.7) |
| OKLCH | oklch(0.328 0.030 284.6) |
Copy-ready code
/* CSS */
color: #333344;
background-color: #333344;
/* Tailwind (arbitrary) */
class="text-[#333344] bg-[#333344]"
/* SCSS */
$brand: #333344;
/* SwiftUI */
Color(red: 0.200, green: 0.200, blue: 0.267)
/* Android */
Color.parseColor("#333344")Accessibility — WCAG contrast
Aa
#333344 on white: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#333344 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green20.0%
Blue26.7%
CMYK percentages
Cyan25.0%
Magenta25.0%
Yellow0.0%
Key (black)73.3%
Color previews
#333344 text on a black background
contrast 1.70:1
Card sample
#333344 text on a white background
contrast 12.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #333344;
Background color
Panel with #333344 background
background-color: #333344;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #333344;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 51, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 51, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #333344; background: linear-gradient(135deg, #333344, #3E3344);