#14fdcd
a balanced, electric cyan · cool · closest name: aquamarine
RGB
20, 253, 205
HSL
168°, 98%, 54%
CMYK
92, 0, 19, 1
Luminance
0.7481
Every format
| HEX | #14fdcd |
| RGB | rgb(20, 253, 205) |
| HSL | hsl(168, 98%, 54%) |
| CMYK | cmyk(92%, 0%, 19%, 1%) |
| LAB | lab(89.3 -60.1 9.2) |
| LCH | lch(89.3 60.8 171.3) |
| OKLCH | oklch(0.886 0.170 172.1) |
Copy-ready code
/* CSS */
color: #14fdcd;
background-color: #14fdcd;
/* Tailwind (arbitrary) */
class="text-[#14fdcd] bg-[#14fdcd]"
/* SCSS */
$brand: #14fdcd;
/* SwiftUI */
Color(red: 0.078, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#14fdcd")Accessibility — WCAG contrast
Aa
#14fdcd on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14fdcd on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green99.2%
Blue80.4%
CMYK percentages
Cyan92.1%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#14fdcd text on a black background
contrast 15.96:1
Card sample
#14fdcd text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14fdcd;
Background color
Panel with #14fdcd background
background-color: #14fdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14fdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14fdcd; background: linear-gradient(135deg, #14fdcd, #1492FD);