#006685
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 102, 133
HSL
194°, 100%, 26%
CMYK
100, 23, 0, 48
Luminance
0.1120
Every format
| HEX | #006685 |
| RGB | rgb(0, 102, 133) |
| HSL | hsl(194, 100%, 26%) |
| CMYK | cmyk(100%, 23%, 0%, 48%) |
| LAB | lab(39.9 -13.2 -24.2) |
| LCH | lch(39.9 27.6 241.4) |
| OKLCH | oklch(0.476 0.092 227.6) |
Copy-ready code
/* CSS */
color: #006685;
background-color: #006685;
/* Tailwind (arbitrary) */
class="text-[#006685] bg-[#006685]"
/* SCSS */
$brand: #006685;
/* SwiftUI */
Color(red: 0.000, green: 0.400, blue: 0.522)
/* Android */
Color.parseColor("#006685")Accessibility — WCAG contrast
Aa
#006685 on white: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006685 on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green40.0%
Blue52.2%
CMYK percentages
Cyan100.0%
Magenta23.3%
Yellow0.0%
Key (black)47.8%
Color previews
#006685 text on a black background
contrast 3.24:1
Card sample
#006685 text on a white background
contrast 6.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006685;
Background color
Panel with #006685 background
background-color: #006685;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006685;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 102, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 102, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006685; background: linear-gradient(135deg, #006685, #000D85);