#27eccf
a balanced, electric cyan · cool · closest name: turquoise
RGB
39, 236, 207
HSL
171°, 84%, 54%
CMYK
84, 0, 12, 8
Luminance
0.6493
Every format
| HEX | #27eccf |
| RGB | rgb(39, 236, 207) |
| HSL | hsl(171, 84%, 54%) |
| CMYK | cmyk(84%, 0%, 12%, 8%) |
| LAB | lab(84.4 -51.8 1.1) |
| LCH | lch(84.4 51.9 178.8) |
| OKLCH | oklch(0.847 0.149 179.2) |
Copy-ready code
/* CSS */
color: #27eccf;
background-color: #27eccf;
/* Tailwind (arbitrary) */
class="text-[#27eccf] bg-[#27eccf]"
/* SCSS */
$brand: #27eccf;
/* SwiftUI */
Color(red: 0.153, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#27eccf")Accessibility — WCAG contrast
Aa
#27eccf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#27eccf on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green92.5%
Blue81.2%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#27eccf text on a black background
contrast 13.99:1
Card sample
#27eccf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27eccf;
Background color
Panel with #27eccf background
background-color: #27eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27eccf; background: linear-gradient(135deg, #27eccf, #2786EC);