#043223
a deep, electric cyan · cool · closest name: darkslategray
RGB
4, 50, 35
HSL
160°, 85%, 11%
CMYK
92, 0, 30, 80
Luminance
0.0243
Every format
| HEX | #043223 |
| RGB | rgb(4, 50, 35) |
| HSL | hsl(160, 85%, 11%) |
| CMYK | cmyk(92%, 0%, 30%, 80%) |
| LAB | lab(17.6 -19.5 5.3) |
| LCH | lch(17.6 20.3 164.8) |
| OKLCH | oklch(0.283 0.056 165.8) |
Copy-ready code
/* CSS */
color: #043223;
background-color: #043223;
/* Tailwind (arbitrary) */
class="text-[#043223] bg-[#043223]"
/* SCSS */
$brand: #043223;
/* SwiftUI */
Color(red: 0.016, green: 0.196, blue: 0.137)
/* Android */
Color.parseColor("#043223")Accessibility — WCAG contrast
Aa
#043223 on white: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#043223 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.6%
Green19.6%
Blue13.7%
CMYK percentages
Cyan92.0%
Magenta0.0%
Yellow30.0%
Key (black)80.4%
Color previews
#043223 text on a black background
contrast 1.49:1
Card sample
#043223 text on a white background
contrast 14.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #043223;
Background color
Panel with #043223 background
background-color: #043223;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #043223;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(4, 50, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(4, 50, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #043223; background: linear-gradient(135deg, #043223, #042232);