#07485f
a deep, electric cyan · cool · closest name: darkslategray
RGB
7, 72, 95
HSL
196°, 86%, 20%
CMYK
93, 24, 0, 63
Luminance
0.0551
Every format
| HEX | #07485f |
| RGB | rgb(7, 72, 95) |
| HSL | hsl(196, 86%, 20%) |
| CMYK | cmyk(93%, 24%, 0%, 63%) |
| LAB | lab(28.1 -9.7 -18.9) |
| LCH | lch(28.1 21.2 242.7) |
| OKLCH | oklch(0.376 0.071 228.8) |
Copy-ready code
/* CSS */
color: #07485f;
background-color: #07485f;
/* Tailwind (arbitrary) */
class="text-[#07485f] bg-[#07485f]"
/* SCSS */
$brand: #07485f;
/* SwiftUI */
Color(red: 0.027, green: 0.282, blue: 0.373)
/* Android */
Color.parseColor("#07485f")Accessibility — WCAG contrast
Aa
#07485f on white: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#07485f on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green28.2%
Blue37.3%
CMYK percentages
Cyan92.6%
Magenta24.2%
Yellow0.0%
Key (black)62.7%
Color previews
#07485f text on a black background
contrast 2.10:1
Card sample
#07485f text on a white background
contrast 9.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07485f;
Background color
Panel with #07485f background
background-color: #07485f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07485f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 72, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 72, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07485f; background: linear-gradient(135deg, #07485f, #070D5F);