#029068
a dark, electric cyan · cool · closest name: seagreen
RGB
2, 144, 104
HSL
163°, 97%, 29%
CMYK
99, 0, 28, 44
Luminance
0.2096
Every format
| HEX | #029068 |
| RGB | rgb(2, 144, 104) |
| HSL | hsl(163, 97%, 29%) |
| CMYK | cmyk(99%, 0%, 28%, 44%) |
| LAB | lab(52.9 -42.8 12.2) |
| LCH | lch(52.9 44.5 164.1) |
| OKLCH | oklch(0.579 0.121 165.1) |
Copy-ready code
/* CSS */
color: #029068;
background-color: #029068;
/* Tailwind (arbitrary) */
class="text-[#029068] bg-[#029068]"
/* SCSS */
$brand: #029068;
/* SwiftUI */
Color(red: 0.008, green: 0.565, blue: 0.408)
/* Android */
Color.parseColor("#029068")Accessibility — WCAG contrast
Aa
#029068 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#029068 on black: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green56.5%
Blue40.8%
CMYK percentages
Cyan98.6%
Magenta0.0%
Yellow27.8%
Key (black)43.5%
Color previews
#029068 text on a black background
contrast 5.19:1
Card sample
#029068 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #029068;
Background color
Panel with #029068 background
background-color: #029068;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #029068;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 144, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 144, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #029068; background: linear-gradient(135deg, #029068, #025990);