#27e9be
a balanced, electric cyan · cool · closest name: aquamarine
RGB
39, 233, 190
HSL
167°, 82%, 53%
CMYK
83, 0, 19, 9
Luminance
0.6243
Every format
| HEX | #27e9be |
| RGB | rgb(39, 233, 190) |
| HSL | hsl(167, 82%, 53%) |
| CMYK | cmyk(83%, 0%, 19%, 9%) |
| LAB | lab(83.1 -54.9 8.2) |
| LCH | lch(83.1 55.5 171.5) |
| OKLCH | oklch(0.835 0.155 172.3) |
Copy-ready code
/* CSS */
color: #27e9be;
background-color: #27e9be;
/* Tailwind (arbitrary) */
class="text-[#27e9be] bg-[#27e9be]"
/* SCSS */
$brand: #27e9be;
/* SwiftUI */
Color(red: 0.153, green: 0.914, blue: 0.745)
/* Android */
Color.parseColor("#27e9be")Accessibility — WCAG contrast
Aa
#27e9be on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#27e9be on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green91.4%
Blue74.5%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow18.5%
Key (black)8.6%
Color previews
#27e9be text on a black background
contrast 13.49:1
Card sample
#27e9be text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27e9be;
Background color
Panel with #27e9be background
background-color: #27e9be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27e9be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 233, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 233, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27e9be; background: linear-gradient(135deg, #27e9be, #2793E9);