#007484
a dark, electric cyan · cool · closest name: teal
RGB
0, 116, 132
HSL
187°, 100%, 26%
CMYK
100, 12, 0, 48
Luminance
0.1416
Every format
| HEX | #007484 |
| RGB | rgb(0, 116, 132) |
| HSL | hsl(187, 100%, 26%) |
| CMYK | cmyk(100%, 12%, 0%, 48%) |
| LAB | lab(44.5 -21.4 -16.6) |
| LCH | lch(44.5 27.1 217.8) |
| OKLCH | oklch(0.513 0.089 211.4) |
Copy-ready code
/* CSS */
color: #007484;
background-color: #007484;
/* Tailwind (arbitrary) */
class="text-[#007484] bg-[#007484]"
/* SCSS */
$brand: #007484;
/* SwiftUI */
Color(red: 0.000, green: 0.455, blue: 0.518)
/* Android */
Color.parseColor("#007484")Accessibility — WCAG contrast
Aa
#007484 on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007484 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green45.5%
Blue51.8%
CMYK percentages
Cyan100.0%
Magenta12.1%
Yellow0.0%
Key (black)48.2%
Color previews
#007484 text on a black background
contrast 3.83:1
Card sample
#007484 text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007484;
Background color
Panel with #007484 background
background-color: #007484;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007484;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 116, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 116, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007484; background: linear-gradient(135deg, #007484, #001C84);