#067775
a deep, electric cyan · cool · closest name: teal
RGB
6, 119, 117
HSL
179°, 90%, 25%
CMYK
95, 0, 2, 53
Luminance
0.1452
Every format
| HEX | #067775 |
| RGB | rgb(6, 119, 117) |
| HSL | hsl(179, 90%, 25%) |
| CMYK | cmyk(95%, 0%, 2%, 53%) |
| LAB | lab(45.0 -27.7 -6.9) |
| LCH | lch(45.0 28.5 193.9) |
| OKLCH | oklch(0.515 0.087 192.7) |
Copy-ready code
/* CSS */
color: #067775;
background-color: #067775;
/* Tailwind (arbitrary) */
class="text-[#067775] bg-[#067775]"
/* SCSS */
$brand: #067775;
/* SwiftUI */
Color(red: 0.024, green: 0.467, blue: 0.459)
/* Android */
Color.parseColor("#067775")Accessibility — WCAG contrast
Aa
#067775 on white: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#067775 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green46.7%
Blue45.9%
CMYK percentages
Cyan95.0%
Magenta0.0%
Yellow1.7%
Key (black)53.3%
Color previews
#067775 text on a black background
contrast 3.90:1
Card sample
#067775 text on a white background
contrast 5.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #067775;
Background color
Panel with #067775 background
background-color: #067775;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #067775;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 119, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 119, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #067775; background: linear-gradient(135deg, #067775, #062E77);