#006f85
a dark, electric cyan · cool · closest name: teal
RGB
0, 111, 133
HSL
190°, 100%, 26%
CMYK
100, 17, 0, 48
Luminance
0.1306
Every format
| HEX | #006f85 |
| RGB | rgb(0, 111, 133) |
| HSL | hsl(190, 100%, 26%) |
| CMYK | cmyk(100%, 17%, 0%, 48%) |
| LAB | lab(42.9 -18.3 -19.6) |
| LCH | lch(42.9 26.9 227.0) |
| OKLCH | oklch(0.500 0.090 217.9) |
Copy-ready code
/* CSS */
color: #006f85;
background-color: #006f85;
/* Tailwind (arbitrary) */
class="text-[#006f85] bg-[#006f85]"
/* SCSS */
$brand: #006f85;
/* SwiftUI */
Color(red: 0.000, green: 0.435, blue: 0.522)
/* Android */
Color.parseColor("#006f85")Accessibility — WCAG contrast
Aa
#006f85 on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006f85 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green43.5%
Blue52.2%
CMYK percentages
Cyan100.0%
Magenta16.5%
Yellow0.0%
Key (black)47.8%
Color previews
#006f85 text on a black background
contrast 3.61:1
Card sample
#006f85 text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006f85;
Background color
Panel with #006f85 background
background-color: #006f85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006f85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 111, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 111, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006f85; background: linear-gradient(135deg, #006f85, #001685);