#006b83
a dark, electric cyan · cool · closest name: teal
RGB
0, 107, 131
HSL
191°, 100%, 26%
CMYK
100, 18, 0, 49
Luminance
0.1215
Every format
| HEX | #006b83 |
| RGB | rgb(0, 107, 131) |
| HSL | hsl(191, 100%, 26%) |
| CMYK | cmyk(100%, 18%, 0%, 49%) |
| LAB | lab(41.5 -16.8 -20.6) |
| LCH | lch(41.5 26.6 230.8) |
| OKLCH | oklch(0.488 0.089 220.4) |
Copy-ready code
/* CSS */
color: #006b83;
background-color: #006b83;
/* Tailwind (arbitrary) */
class="text-[#006b83] bg-[#006b83]"
/* SCSS */
$brand: #006b83;
/* SwiftUI */
Color(red: 0.000, green: 0.420, blue: 0.514)
/* Android */
Color.parseColor("#006b83")Accessibility — WCAG contrast
Aa
#006b83 on white: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#006b83 on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green42.0%
Blue51.4%
CMYK percentages
Cyan100.0%
Magenta18.3%
Yellow0.0%
Key (black)48.6%
Color previews
#006b83 text on a black background
contrast 3.43:1
Card sample
#006b83 text on a white background
contrast 6.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #006b83;
Background color
Panel with #006b83 background
background-color: #006b83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #006b83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 107, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 107, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #006b83; background: linear-gradient(135deg, #006b83, #001483);