#14fccc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
20, 252, 204
HSL
168°, 98%, 53%
CMYK
92, 0, 19, 1
Luminance
0.7413
Every format
| HEX | #14fccc |
| RGB | rgb(20, 252, 204) |
| HSL | hsl(168, 98%, 53%) |
| CMYK | cmyk(92%, 0%, 19%, 1%) |
| LAB | lab(89.0 -60.0 9.2) |
| LCH | lch(89.0 60.7 171.3) |
| OKLCH | oklch(0.884 0.169 172.1) |
Copy-ready code
/* CSS */
color: #14fccc;
background-color: #14fccc;
/* Tailwind (arbitrary) */
class="text-[#14fccc] bg-[#14fccc]"
/* SCSS */
$brand: #14fccc;
/* SwiftUI */
Color(red: 0.078, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#14fccc")Accessibility — WCAG contrast
Aa
#14fccc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14fccc on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green98.8%
Blue80.0%
CMYK percentages
Cyan92.1%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#14fccc text on a black background
contrast 15.83:1
Card sample
#14fccc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14fccc;
Background color
Panel with #14fccc background
background-color: #14fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14fccc; background: linear-gradient(135deg, #14fccc, #1491FC);