#035430
a deep, electric green · cool · closest name: seagreen
RGB
3, 84, 48
HSL
153°, 93%, 17%
CMYK
96, 0, 43, 67
Luminance
0.0657
Every format
| HEX | #035430 |
| RGB | rgb(3, 84, 48) |
| HSL | hsl(153, 93%, 17%) |
| CMYK | cmyk(96%, 0%, 43%, 67%) |
| LAB | lab(30.8 -31.7 15.0) |
| LCH | lch(30.8 35.1 154.7) |
| OKLCH | oklch(0.393 0.093 156.4) |
Copy-ready code
/* CSS */
color: #035430;
background-color: #035430;
/* Tailwind (arbitrary) */
class="text-[#035430] bg-[#035430]"
/* SCSS */
$brand: #035430;
/* SwiftUI */
Color(red: 0.012, green: 0.329, blue: 0.188)
/* Android */
Color.parseColor("#035430")Accessibility — WCAG contrast
Aa
#035430 on white: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#035430 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red1.2%
Green32.9%
Blue18.8%
CMYK percentages
Cyan96.4%
Magenta0.0%
Yellow42.9%
Key (black)67.1%
Color previews
#035430 text on a black background
contrast 2.31:1
Card sample
#035430 text on a white background
contrast 9.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #035430;
Background color
Panel with #035430 background
background-color: #035430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #035430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(3, 84, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(3, 84, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #035430; background: linear-gradient(135deg, #035430, #034254);