#007b96
a dark, electric cyan · cool · closest name: teal
RGB
0, 123, 150
HSL
191°, 100%, 29%
CMYK
100, 18, 0, 41
Luminance
0.1637
Every format
| HEX | #007b96 |
| RGB | rgb(0, 123, 150) |
| HSL | hsl(191, 100%, 29%) |
| CMYK | cmyk(100%, 18%, 0%, 41%) |
| LAB | lab(47.5 -18.6 -22.7) |
| LCH | lch(47.5 29.4 230.5) |
| OKLCH | oklch(0.539 0.098 220.3) |
Copy-ready code
/* CSS */
color: #007b96;
background-color: #007b96;
/* Tailwind (arbitrary) */
class="text-[#007b96] bg-[#007b96]"
/* SCSS */
$brand: #007b96;
/* SwiftUI */
Color(red: 0.000, green: 0.482, blue: 0.588)
/* Android */
Color.parseColor("#007b96")Accessibility — WCAG contrast
Aa
#007b96 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007b96 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green48.2%
Blue58.8%
CMYK percentages
Cyan100.0%
Magenta18.0%
Yellow0.0%
Key (black)41.2%
Color previews
#007b96 text on a black background
contrast 4.27:1
Card sample
#007b96 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007b96;
Background color
Panel with #007b96 background
background-color: #007b96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007b96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 123, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 123, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007b96; background: linear-gradient(135deg, #007b96, #001796);