#071f25
a deep, vivid cyan · cool · closest name: black
RGB
7, 31, 37
HSL
192°, 68%, 9%
CMYK
81, 16, 0, 86
Luminance
0.0116
Every format
| HEX | #071f25 |
| RGB | rgb(7, 31, 37) |
| HSL | hsl(192, 68%, 9%) |
| CMYK | cmyk(81%, 16%, 0%, 86%) |
| LAB | lab(10.3 -6.9 -6.8) |
| LCH | lch(10.3 9.7 224.7) |
| OKLCH | oklch(0.224 0.032 216.9) |
Copy-ready code
/* CSS */
color: #071f25;
background-color: #071f25;
/* Tailwind (arbitrary) */
class="text-[#071f25] bg-[#071f25]"
/* SCSS */
$brand: #071f25;
/* SwiftUI */
Color(red: 0.027, green: 0.122, blue: 0.145)
/* Android */
Color.parseColor("#071f25")Accessibility — WCAG contrast
Aa
#071f25 on white: 17.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#071f25 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green12.2%
Blue14.5%
CMYK percentages
Cyan81.1%
Magenta16.2%
Yellow0.0%
Key (black)85.5%
Color previews
#071f25 text on a black background
contrast 1.23:1
Card sample
#071f25 text on a white background
contrast 17.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #071f25;
Background color
Panel with #071f25 background
background-color: #071f25;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #071f25;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 31, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 31, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #071f25; background: linear-gradient(135deg, #071f25, #070B25);