#007b93
a dark, electric cyan · cool · closest name: teal
RGB
0, 123, 147
HSL
190°, 100%, 29%
CMYK
100, 16, 0, 42
Luminance
0.1627
Every format
| HEX | #007b93 |
| RGB | rgb(0, 123, 147) |
| HSL | hsl(190, 100%, 29%) |
| CMYK | cmyk(100%, 16%, 0%, 42%) |
| LAB | lab(47.3 -19.7 -21.1) |
| LCH | lch(47.3 28.9 226.9) |
| OKLCH | oklch(0.538 0.097 217.8) |
Copy-ready code
/* CSS */
color: #007b93;
background-color: #007b93;
/* Tailwind (arbitrary) */
class="text-[#007b93] bg-[#007b93]"
/* SCSS */
$brand: #007b93;
/* SwiftUI */
Color(red: 0.000, green: 0.482, blue: 0.576)
/* Android */
Color.parseColor("#007b93")Accessibility — WCAG contrast
Aa
#007b93 on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007b93 on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green48.2%
Blue57.6%
CMYK percentages
Cyan100.0%
Magenta16.3%
Yellow0.0%
Key (black)42.4%
Color previews
#007b93 text on a black background
contrast 4.25:1
Card sample
#007b93 text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007b93;
Background color
Panel with #007b93 background
background-color: #007b93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007b93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 123, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 123, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007b93; background: linear-gradient(135deg, #007b93, #001993);