#006a85
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 106, 133
HSL
192°, 100%, 26%
CMYK
100, 20, 0, 48
Luminance
0.1200
Every format
| HEX | #006a85 |
| RGB | rgb(0, 106, 133) |
| HSL | hsl(192, 100%, 26%) |
| CMYK | cmyk(100%, 20%, 0%, 48%) |
| LAB | lab(41.2 -15.5 -22.2) |
| LCH | lch(41.2 27.1 235.0) |
| OKLCH | oklch(0.487 0.091 223.3) |
Copy-ready code
/* CSS */
color: #006a85;
background-color: #006a85;
/* Tailwind (arbitrary) */
class="text-[#006a85] bg-[#006a85]"
/* SCSS */
$brand: #006a85;
/* SwiftUI */
Color(red: 0.000, green: 0.416, blue: 0.522)
/* Android */
Color.parseColor("#006a85")Accessibility — WCAG contrast
Aa
#006a85 on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006a85 on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green41.6%
Blue52.2%
CMYK percentages
Cyan100.0%
Magenta20.3%
Yellow0.0%
Key (black)47.8%
Color previews
#006a85 text on a black background
contrast 3.40:1
Card sample
#006a85 text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006a85;
Background color
Panel with #006a85 background
background-color: #006a85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006a85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 106, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 106, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006a85; background: linear-gradient(135deg, #006a85, #001185);