#075b3f
a deep, electric cyan · cool · closest name: seagreen
RGB
7, 91, 63
HSL
160°, 86%, 19%
CMYK
92, 0, 31, 64
Luminance
0.0789
Every format
| HEX | #075b3f |
| RGB | rgb(7, 91, 63) |
| HSL | hsl(160, 86%, 19%) |
| CMYK | cmyk(92%, 0%, 31%, 64%) |
| LAB | lab(33.7 -30.6 9.8) |
| LCH | lch(33.7 32.1 162.3) |
| OKLCH | oklch(0.418 0.087 163.4) |
Copy-ready code
/* CSS */
color: #075b3f;
background-color: #075b3f;
/* Tailwind (arbitrary) */
class="text-[#075b3f] bg-[#075b3f]"
/* SCSS */
$brand: #075b3f;
/* SwiftUI */
Color(red: 0.027, green: 0.357, blue: 0.247)
/* Android */
Color.parseColor("#075b3f")Accessibility — WCAG contrast
Aa
#075b3f on white: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#075b3f on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green35.7%
Blue24.7%
CMYK percentages
Cyan92.3%
Magenta0.0%
Yellow30.8%
Key (black)64.3%
Color previews
#075b3f text on a black background
contrast 2.58:1
Card sample
#075b3f text on a white background
contrast 8.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #075b3f;
Background color
Panel with #075b3f background
background-color: #075b3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #075b3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 91, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 91, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #075b3f; background: linear-gradient(135deg, #075b3f, #073F5B);