#27eddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
39, 237, 223
HSL
176°, 85%, 54%
CMYK
84, 0, 6, 7
Luminance
0.6633
Every format
| HEX | #27eddf |
| RGB | rgb(39, 237, 223) |
| HSL | hsl(176, 85%, 54%) |
| CMYK | cmyk(84%, 0%, 6%, 7%) |
| LAB | lab(85.2 -48.0 -6.3) |
| LCH | lch(85.2 48.4 187.4) |
| OKLCH | oklch(0.854 0.144 187.1) |
Copy-ready code
/* CSS */
color: #27eddf;
background-color: #27eddf;
/* Tailwind (arbitrary) */
class="text-[#27eddf] bg-[#27eddf]"
/* SCSS */
$brand: #27eddf;
/* SwiftUI */
Color(red: 0.153, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#27eddf")Accessibility — WCAG contrast
Aa
#27eddf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#27eddf on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green92.9%
Blue87.5%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#27eddf text on a black background
contrast 14.27:1
Card sample
#27eddf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27eddf;
Background color
Panel with #27eddf background
background-color: #27eddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27eddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27eddf; background: linear-gradient(135deg, #27eddf, #2777ED);