#007188
a dark, electric cyan · cool · closest name: teal
RGB
0, 113, 136
HSL
190°, 100%, 27%
CMYK
100, 17, 0, 47
Luminance
0.1359
Every format
| HEX | #007188 |
| RGB | rgb(0, 113, 136) |
| HSL | hsl(190, 100%, 27%) |
| CMYK | cmyk(100%, 17%, 0%, 47%) |
| LAB | lab(43.6 -18.3 -20.2) |
| LCH | lch(43.6 27.3 227.9) |
| OKLCH | oklch(0.507 0.091 218.5) |
Copy-ready code
/* CSS */
color: #007188;
background-color: #007188;
/* Tailwind (arbitrary) */
class="text-[#007188] bg-[#007188]"
/* SCSS */
$brand: #007188;
/* SwiftUI */
Color(red: 0.000, green: 0.443, blue: 0.533)
/* Android */
Color.parseColor("#007188")Accessibility — WCAG contrast
Aa
#007188 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#007188 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green44.3%
Blue53.3%
CMYK percentages
Cyan100.0%
Magenta16.9%
Yellow0.0%
Key (black)46.7%
Color previews
#007188 text on a black background
contrast 3.72:1
Card sample
#007188 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #007188;
Background color
Panel with #007188 background
background-color: #007188;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #007188;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 113, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 113, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #007188; background: linear-gradient(135deg, #007188, #001688);