#079268
a dark, electric cyan · cool · closest name: seagreen
RGB
7, 146, 104
HSL
162°, 91%, 30%
CMYK
95, 0, 29, 43
Luminance
0.2160
Every format
| HEX | #079268 |
| RGB | rgb(7, 146, 104) |
| HSL | hsl(162, 91%, 30%) |
| CMYK | cmyk(95%, 0%, 29%, 43%) |
| LAB | lab(53.6 -43.3 13.2) |
| LCH | lch(53.6 45.3 163.1) |
| OKLCH | oklch(0.585 0.123 164.2) |
Copy-ready code
/* CSS */
color: #079268;
background-color: #079268;
/* Tailwind (arbitrary) */
class="text-[#079268] bg-[#079268]"
/* SCSS */
$brand: #079268;
/* SwiftUI */
Color(red: 0.027, green: 0.573, blue: 0.408)
/* Android */
Color.parseColor("#079268")Accessibility — WCAG contrast
Aa
#079268 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#079268 on black: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green57.3%
Blue40.8%
CMYK percentages
Cyan95.2%
Magenta0.0%
Yellow28.8%
Key (black)42.7%
Color previews
#079268 text on a black background
contrast 5.32:1
Card sample
#079268 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #079268;
Background color
Panel with #079268 background
background-color: #079268;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #079268;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 146, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 146, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #079268; background: linear-gradient(135deg, #079268, #075F92);