#14fcdf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
20, 252, 223
HSL
173°, 98%, 53%
CMYK
92, 0, 12, 1
Luminance
0.7510
Every format
| HEX | #14fcdf |
| RGB | rgb(20, 252, 223) |
| HSL | hsl(173, 98%, 53%) |
| CMYK | cmyk(92%, 0%, 12%, 1%) |
| LAB | lab(89.4 -55.2 0.0) |
| LCH | lch(89.4 55.2 180.0) |
| OKLCH | oklch(0.889 0.159 180.3) |
Copy-ready code
/* CSS */
color: #14fcdf;
background-color: #14fcdf;
/* Tailwind (arbitrary) */
class="text-[#14fcdf] bg-[#14fcdf]"
/* SCSS */
$brand: #14fcdf;
/* SwiftUI */
Color(red: 0.078, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#14fcdf")Accessibility — WCAG contrast
Aa
#14fcdf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14fcdf on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green98.8%
Blue87.5%
CMYK percentages
Cyan92.1%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#14fcdf text on a black background
contrast 16.02:1
Card sample
#14fcdf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14fcdf;
Background color
Panel with #14fcdf background
background-color: #14fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14fcdf; background: linear-gradient(135deg, #14fcdf, #147EFC);