#007759
a deep, electric cyan · cool · closest name: seagreen
RGB
0, 119, 89
HSL
165°, 100%, 23%
CMYK
100, 0, 25, 53
Luminance
0.1391
Every format
| HEX | #007759 |
| RGB | rgb(0, 119, 89) |
| HSL | hsl(165, 100%, 23%) |
| CMYK | cmyk(100%, 0%, 25%, 53%) |
| LAB | lab(44.1 -36.4 8.6) |
| LCH | lch(44.1 37.4 166.7) |
| OKLCH | oklch(0.505 0.103 167.7) |
Copy-ready code
/* CSS */
color: #007759;
background-color: #007759;
/* Tailwind (arbitrary) */
class="text-[#007759] bg-[#007759]"
/* SCSS */
$brand: #007759;
/* SwiftUI */
Color(red: 0.000, green: 0.467, blue: 0.349)
/* Android */
Color.parseColor("#007759")Accessibility — WCAG contrast
Aa
#007759 on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007759 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green46.7%
Blue34.9%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow25.2%
Key (black)53.3%
Color previews
#007759 text on a black background
contrast 3.78:1
Card sample
#007759 text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007759;
Background color
Panel with #007759 background
background-color: #007759;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007759;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 119, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 119, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007759; background: linear-gradient(135deg, #007759, #004677);