#07cddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
7, 205, 223
HSL
185°, 94%, 45%
CMYK
97, 8, 0, 13
Luminance
0.4904
Every format
| HEX | #07cddf |
| RGB | rgb(7, 205, 223) |
| HSL | hsl(185, 94%, 45%) |
| CMYK | cmyk(97%, 8%, 0%, 13%) |
| LAB | lab(75.5 -35.1 -20.8) |
| LCH | lch(75.5 40.8 210.6) |
| OKLCH | oklch(0.775 0.132 206.1) |
Copy-ready code
/* CSS */
color: #07cddf;
background-color: #07cddf;
/* Tailwind (arbitrary) */
class="text-[#07cddf] bg-[#07cddf]"
/* SCSS */
$brand: #07cddf;
/* SwiftUI */
Color(red: 0.027, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#07cddf")Accessibility — WCAG contrast
Aa
#07cddf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#07cddf on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green80.4%
Blue87.5%
CMYK percentages
Cyan96.9%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#07cddf text on a black background
contrast 10.81:1
Card sample
#07cddf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #07cddf;
Background color
Panel with #07cddf background
background-color: #07cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #07cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #07cddf; background: linear-gradient(135deg, #07cddf, #073DDF);