#007b8f
a dark, electric cyan · cool · closest name: teal
RGB
0, 123, 143
HSL
188°, 100%, 28%
CMYK
100, 14, 0, 44
Luminance
0.1615
Every format
| HEX | #007b8f |
| RGB | rgb(0, 123, 143) |
| HSL | hsl(188, 100%, 28%) |
| CMYK | cmyk(100%, 14%, 0%, 44%) |
| LAB | lab(47.2 -21.2 -19.0) |
| LCH | lch(47.2 28.4 221.9) |
| OKLCH | oklch(0.536 0.094 214.2) |
Copy-ready code
/* CSS */
color: #007b8f;
background-color: #007b8f;
/* Tailwind (arbitrary) */
class="text-[#007b8f] bg-[#007b8f]"
/* SCSS */
$brand: #007b8f;
/* SwiftUI */
Color(red: 0.000, green: 0.482, blue: 0.561)
/* Android */
Color.parseColor("#007b8f")Accessibility — WCAG contrast
Aa
#007b8f on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007b8f on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green48.2%
Blue56.1%
CMYK percentages
Cyan100.0%
Magenta14.0%
Yellow0.0%
Key (black)43.9%
Color previews
#007b8f text on a black background
contrast 4.23:1
Card sample
#007b8f text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007b8f;
Background color
Panel with #007b8f background
background-color: #007b8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007b8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 123, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 123, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007b8f; background: linear-gradient(135deg, #007b8f, #001C8F);