#072f3f
a deep, electric cyan · cool · closest name: darkslategray
RGB
7, 47, 63
HSL
197°, 80%, 14%
CMYK
89, 25, 0, 75
Luminance
0.0244
Every format
| HEX | #072f3f |
| RGB | rgb(7, 47, 63) |
| HSL | hsl(197, 80%, 14%) |
| CMYK | cmyk(89%, 25%, 0%, 75%) |
| LAB | lab(17.6 -6.9 -13.9) |
| LCH | lch(17.6 15.6 243.7) |
| OKLCH | oklch(0.287 0.051 229.8) |
Copy-ready code
/* CSS */
color: #072f3f;
background-color: #072f3f;
/* Tailwind (arbitrary) */
class="text-[#072f3f] bg-[#072f3f]"
/* SCSS */
$brand: #072f3f;
/* SwiftUI */
Color(red: 0.027, green: 0.184, blue: 0.247)
/* Android */
Color.parseColor("#072f3f")Accessibility — WCAG contrast
Aa
#072f3f on white: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#072f3f on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green18.4%
Blue24.7%
CMYK percentages
Cyan88.9%
Magenta25.4%
Yellow0.0%
Key (black)75.3%
Color previews
#072f3f text on a black background
contrast 1.49:1
Card sample
#072f3f text on a white background
contrast 14.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #072f3f;
Background color
Panel with #072f3f background
background-color: #072f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #072f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 47, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 47, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #072f3f; background: linear-gradient(135deg, #072f3f, #070A3F);