#07dfba
a balanced, electric cyan · cool · closest name: turquoise
RGB
7, 223, 186
HSL
170°, 94%, 45%
CMYK
97, 0, 17, 13
Luminance
0.5637
Every format
| HEX | #07dfba |
| RGB | rgb(7, 223, 186) |
| HSL | hsl(170, 94%, 45%) |
| CMYK | cmyk(97%, 0%, 17%, 13%) |
| LAB | lab(79.8 -53.5 5.5) |
| LCH | lch(79.8 53.8 174.2) |
| OKLCH | oklch(0.807 0.152 174.8) |
Copy-ready code
/* CSS */
color: #07dfba;
background-color: #07dfba;
/* Tailwind (arbitrary) */
class="text-[#07dfba] bg-[#07dfba]"
/* SCSS */
$brand: #07dfba;
/* SwiftUI */
Color(red: 0.027, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#07dfba")Accessibility — WCAG contrast
Aa
#07dfba on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07dfba on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green87.5%
Blue72.9%
CMYK percentages
Cyan96.9%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#07dfba text on a black background
contrast 12.27:1
Card sample
#07dfba text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07dfba;
Background color
Panel with #07dfba background
background-color: #07dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07dfba; background: linear-gradient(135deg, #07dfba, #0774DF);