#007f99
a dark, electric cyan · cool · closest name: teal
RGB
0, 127, 153
HSL
190°, 100%, 30%
CMYK
100, 17, 0, 40
Luminance
0.1748
Every format
| HEX | #007f99 |
| RGB | rgb(0, 127, 153) |
| HSL | hsl(190, 100%, 30%) |
| CMYK | cmyk(100%, 17%, 0%, 40%) |
| LAB | lab(48.9 -19.7 -22.3) |
| LCH | lch(48.9 29.7 228.4) |
| OKLCH | oklch(0.551 0.100 218.8) |
Copy-ready code
/* CSS */
color: #007f99;
background-color: #007f99;
/* Tailwind (arbitrary) */
class="text-[#007f99] bg-[#007f99]"
/* SCSS */
$brand: #007f99;
/* SwiftUI */
Color(red: 0.000, green: 0.498, blue: 0.600)
/* Android */
Color.parseColor("#007f99")Accessibility — WCAG contrast
Aa
#007f99 on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007f99 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green49.8%
Blue60.0%
CMYK percentages
Cyan100.0%
Magenta17.0%
Yellow0.0%
Key (black)40.0%
Color previews
#007f99 text on a black background
contrast 4.50:1
Card sample
#007f99 text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007f99;
Background color
Panel with #007f99 background
background-color: #007f99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007f99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 127, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 127, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007f99; background: linear-gradient(135deg, #007f99, #001999);