#028484
a dark, electric cyan · cool · “teal”
RGB
2, 132, 132
HSL
180°, 97%, 26%
CMYK
99, 0, 0, 48
Luminance
0.1818
Every format
| HEX | #028484 |
| RGB | rgb(2, 132, 132) |
| HSL | hsl(180, 97%, 26%) |
| CMYK | cmyk(99%, 0%, 0%, 48%) |
| LAB | lab(49.7 -29.4 -8.6) |
| LCH | lch(49.7 30.6 196.4) |
| OKLCH | oklch(0.555 0.095 194.8) |
Copy-ready code
/* CSS */
color: #028484;
background-color: #028484;
/* Tailwind (arbitrary) */
class="text-[#028484] bg-[#028484]"
/* SCSS */
$brand: #028484;
/* SwiftUI */
Color(red: 0.008, green: 0.518, blue: 0.518)
/* Android */
Color.parseColor("#028484")Accessibility — WCAG contrast
Aa
#028484 on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#028484 on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green51.8%
Blue51.8%
CMYK percentages
Cyan98.5%
Magenta0.0%
Yellow0.0%
Key (black)48.2%
Color previews
#028484 text on a black background
contrast 4.64:1
Card sample
#028484 text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #028484;
Background color
Panel with #028484 background
background-color: #028484;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #028484;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 132, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 132, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #028484; background: linear-gradient(135deg, #028484, #022D84);