#06bbaf
a dark, electric cyan · cool · closest name: turquoise
RGB
6, 187, 175
HSL
176°, 94%, 38%
CMYK
97, 0, 6, 27
Luminance
0.3867
Every format
| HEX | #06bbaf |
| RGB | rgb(6, 187, 175) |
| HSL | hsl(176, 94%, 38%) |
| CMYK | cmyk(97%, 0%, 6%, 27%) |
| LAB | lab(68.5 -41.5 -5.1) |
| LCH | lch(68.5 41.8 187.0) |
| OKLCH | oklch(0.713 0.124 186.7) |
Copy-ready code
/* CSS */
color: #06bbaf;
background-color: #06bbaf;
/* Tailwind (arbitrary) */
class="text-[#06bbaf] bg-[#06bbaf]"
/* SCSS */
$brand: #06bbaf;
/* SwiftUI */
Color(red: 0.024, green: 0.733, blue: 0.686)
/* Android */
Color.parseColor("#06bbaf")Accessibility — WCAG contrast
Aa
#06bbaf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06bbaf on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green73.3%
Blue68.6%
CMYK percentages
Cyan96.8%
Magenta0.0%
Yellow6.4%
Key (black)26.7%
Color previews
#06bbaf text on a black background
contrast 8.73:1
Card sample
#06bbaf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06bbaf;
Background color
Panel with #06bbaf background
background-color: #06bbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06bbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 187, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 187, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06bbaf; background: linear-gradient(135deg, #06bbaf, #064EBB);