#006d88
a dark, electric cyan · cool · closest name: steelblue
RGB
0, 109, 136
HSL
192°, 100%, 27%
CMYK
100, 20, 0, 47
Luminance
0.1271
Every format
| HEX | #006d88 |
| RGB | rgb(0, 109, 136) |
| HSL | hsl(192, 100%, 27%) |
| CMYK | cmyk(100%, 20%, 0%, 47%) |
| LAB | lab(42.3 -16.1 -22.3) |
| LCH | lch(42.3 27.5 234.2) |
| OKLCH | oklch(0.496 0.092 222.7) |
Copy-ready code
/* CSS */
color: #006d88;
background-color: #006d88;
/* Tailwind (arbitrary) */
class="text-[#006d88] bg-[#006d88]"
/* SCSS */
$brand: #006d88;
/* SwiftUI */
Color(red: 0.000, green: 0.427, blue: 0.533)
/* Android */
Color.parseColor("#006d88")Accessibility — WCAG contrast
Aa
#006d88 on white: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006d88 on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green42.7%
Blue53.3%
CMYK percentages
Cyan100.0%
Magenta19.9%
Yellow0.0%
Key (black)46.7%
Color previews
#006d88 text on a black background
contrast 3.54:1
Card sample
#006d88 text on a white background
contrast 5.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006d88;
Background color
Panel with #006d88 background
background-color: #006d88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006d88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 109, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 109, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006d88; background: linear-gradient(135deg, #006d88, #001288);