#07322c
a deep, electric cyan · cool · closest name: darkslategray
RGB
7, 50, 44
HSL
172°, 75%, 11%
CMYK
86, 0, 12, 80
Luminance
0.0251
Every format
| HEX | #07322c |
| RGB | rgb(7, 50, 44) |
| HSL | hsl(172, 75%, 11%) |
| CMYK | cmyk(86%, 0%, 12%, 80%) |
| LAB | lab(17.9 -16.0 -0.3) |
| LCH | lch(17.9 16.0 181.2) |
| OKLCH | oklch(0.287 0.047 181.4) |
Copy-ready code
/* CSS */
color: #07322c;
background-color: #07322c;
/* Tailwind (arbitrary) */
class="text-[#07322c] bg-[#07322c]"
/* SCSS */
$brand: #07322c;
/* SwiftUI */
Color(red: 0.027, green: 0.196, blue: 0.173)
/* Android */
Color.parseColor("#07322c")Accessibility — WCAG contrast
Aa
#07322c on white: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07322c on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green19.6%
Blue17.3%
CMYK percentages
Cyan86.0%
Magenta0.0%
Yellow12.0%
Key (black)80.4%
Color previews
#07322c text on a black background
contrast 1.50:1
Card sample
#07322c text on a white background
contrast 13.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07322c;
Background color
Panel with #07322c background
background-color: #07322c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07322c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 50, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 50, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07322c; background: linear-gradient(135deg, #07322c, #071B32);