#027348
a deep, electric green · cool · closest name: seagreen
RGB
2, 115, 72
HSL
157°, 97%, 23%
CMYK
98, 0, 37, 55
Luminance
0.1274
Every format
| HEX | #027348 |
| RGB | rgb(2, 115, 72) |
| HSL | hsl(157, 97%, 23%) |
| CMYK | cmyk(98%, 0%, 37%, 55%) |
| LAB | lab(42.4 -38.8 16.2) |
| LCH | lch(42.4 42.0 157.4) |
| OKLCH | oklch(0.490 0.112 158.8) |
Copy-ready code
/* CSS */
color: #027348;
background-color: #027348;
/* Tailwind (arbitrary) */
class="text-[#027348] bg-[#027348]"
/* SCSS */
$brand: #027348;
/* SwiftUI */
Color(red: 0.008, green: 0.451, blue: 0.282)
/* Android */
Color.parseColor("#027348")Accessibility — WCAG contrast
Aa
#027348 on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#027348 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green45.1%
Blue28.2%
CMYK percentages
Cyan98.3%
Magenta0.0%
Yellow37.4%
Key (black)54.9%
Color previews
#027348 text on a black background
contrast 3.55:1
Card sample
#027348 text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #027348;
Background color
Panel with #027348 background
background-color: #027348;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #027348;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 115, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 115, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #027348; background: linear-gradient(135deg, #027348, #025273);