#27fdce
a balanced, electric cyan · cool · closest name: aquamarine
RGB
39, 253, 206
HSL
167°, 98%, 57%
CMYK
85, 0, 19, 1
Luminance
0.7514
Every format
| HEX | #27fdce |
| RGB | rgb(39, 253, 206) |
| HSL | hsl(167, 98%, 57%) |
| CMYK | cmyk(85%, 0%, 19%, 1%) |
| LAB | lab(89.5 -58.9 8.9) |
| LCH | lch(89.5 59.6 171.4) |
| OKLCH | oklch(0.888 0.167 172.2) |
Copy-ready code
/* CSS */
color: #27fdce;
background-color: #27fdce;
/* Tailwind (arbitrary) */
class="text-[#27fdce] bg-[#27fdce]"
/* SCSS */
$brand: #27fdce;
/* SwiftUI */
Color(red: 0.153, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#27fdce")Accessibility — WCAG contrast
Aa
#27fdce on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#27fdce on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.3%
Green99.2%
Blue80.8%
CMYK percentages
Cyan84.6%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#27fdce text on a black background
contrast 16.03:1
Card sample
#27fdce text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #27fdce;
Background color
Panel with #27fdce background
background-color: #27fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #27fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(39, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(39, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #27fdce; background: linear-gradient(135deg, #27fdce, #279EFD);