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