#066f6f
a deep, electric cyan · cool · closest name: teal
RGB
6, 111, 111
HSL
180°, 90%, 23%
CMYK
95, 0, 0, 57
Luminance
0.1256
Every format
| HEX | #066f6f |
| RGB | rgb(6, 111, 111) |
| HSL | hsl(180, 90%, 23%) |
| CMYK | cmyk(95%, 0%, 0%, 57%) |
| LAB | lab(42.1 -25.6 -7.6) |
| LCH | lch(42.1 26.7 196.4) |
| OKLCH | oklch(0.491 0.083 194.8) |
Copy-ready code
/* CSS */
color: #066f6f;
background-color: #066f6f;
/* Tailwind (arbitrary) */
class="text-[#066f6f] bg-[#066f6f]"
/* SCSS */
$brand: #066f6f;
/* SwiftUI */
Color(red: 0.024, green: 0.435, blue: 0.435)
/* Android */
Color.parseColor("#066f6f")Accessibility — WCAG contrast
Aa
#066f6f on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#066f6f on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green43.5%
Blue43.5%
CMYK percentages
Cyan94.6%
Magenta0.0%
Yellow0.0%
Key (black)56.5%
Color previews
#066f6f text on a black background
contrast 3.51:1
Card sample
#066f6f text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #066f6f;
Background color
Panel with #066f6f background
background-color: #066f6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #066f6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 111, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 111, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #066f6f; background: linear-gradient(135deg, #066f6f, #06296F);