#007b85
a dark, electric cyan · cool · closest name: teal
RGB
0, 123, 133
HSL
185°, 100%, 26%
CMYK
100, 8, 0, 48
Luminance
0.1586
Every format
| HEX | #007b85 |
| RGB | rgb(0, 123, 133) |
| HSL | hsl(185, 100%, 26%) |
| CMYK | cmyk(100%, 8%, 0%, 48%) |
| LAB | lab(46.8 -24.7 -13.6) |
| LCH | lch(46.8 28.2 208.9) |
| OKLCH | oklch(0.532 0.091 204.8) |
Copy-ready code
/* CSS */
color: #007b85;
background-color: #007b85;
/* Tailwind (arbitrary) */
class="text-[#007b85] bg-[#007b85]"
/* SCSS */
$brand: #007b85;
/* SwiftUI */
Color(red: 0.000, green: 0.482, blue: 0.522)
/* Android */
Color.parseColor("#007b85")Accessibility — WCAG contrast
Aa
#007b85 on white: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007b85 on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green48.2%
Blue52.2%
CMYK percentages
Cyan100.0%
Magenta7.5%
Yellow0.0%
Key (black)47.8%
Color previews
#007b85 text on a black background
contrast 4.17:1
Card sample
#007b85 text on a white background
contrast 5.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007b85;
Background color
Panel with #007b85 background
background-color: #007b85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007b85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 123, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 123, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007b85; background: linear-gradient(135deg, #007b85, #002285);