#07252c
a deep, vivid cyan · cool · closest name: black
RGB
7, 37, 44
HSL
191°, 73%, 10%
CMYK
84, 16, 0, 83
Luminance
0.0155
Every format
| HEX | #07252c |
| RGB | rgb(7, 37, 44) |
| HSL | hsl(191, 73%, 10%) |
| CMYK | cmyk(84%, 16%, 0%, 83%) |
| LAB | lab(12.9 -8.1 -7.9) |
| LCH | lch(12.9 11.3 224.1) |
| OKLCH | oklch(0.246 0.037 216.2) |
Copy-ready code
/* CSS */
color: #07252c;
background-color: #07252c;
/* Tailwind (arbitrary) */
class="text-[#07252c] bg-[#07252c]"
/* SCSS */
$brand: #07252c;
/* SwiftUI */
Color(red: 0.027, green: 0.145, blue: 0.173)
/* Android */
Color.parseColor("#07252c")Accessibility — WCAG contrast
Aa
#07252c on white: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07252c on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green14.5%
Blue17.3%
CMYK percentages
Cyan84.1%
Magenta15.9%
Yellow0.0%
Key (black)82.7%
Color previews
#07252c text on a black background
contrast 1.31:1
Card sample
#07252c text on a white background
contrast 16.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07252c;
Background color
Panel with #07252c background
background-color: #07252c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07252c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 37, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 37, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07252c; background: linear-gradient(135deg, #07252c, #070C2C);