#27ebdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
39, 235, 223
HSL
176°, 83%, 54%
CMYK
83, 0, 5, 8
Luminance
0.6518
Every format
| HEX | #27ebdf |
| RGB | rgb(39, 235, 223) |
| HSL | hsl(176, 83%, 54%) |
| CMYK | cmyk(83%, 0%, 5%, 8%) |
| LAB | lab(84.6 -47.1 -7.1) |
| LCH | lch(84.6 47.6 188.6) |
| OKLCH | oklch(0.850 0.142 188.1) |
Copy-ready code
/* CSS */
color: #27ebdf;
background-color: #27ebdf;
/* Tailwind (arbitrary) */
class="text-[#27ebdf] bg-[#27ebdf]"
/* SCSS */
$brand: #27ebdf;
/* SwiftUI */
Color(red: 0.153, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#27ebdf")Accessibility — WCAG contrast
Aa
#27ebdf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#27ebdf on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green92.2%
Blue87.5%
CMYK percentages
Cyan83.4%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#27ebdf text on a black background
contrast 14.04:1
Card sample
#27ebdf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27ebdf;
Background color
Panel with #27ebdf background
background-color: #27ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27ebdf; background: linear-gradient(135deg, #27ebdf, #2774EB);