#14ffcd
a balanced, electric cyan · cool · closest name: aquamarine
RGB
20, 255, 205
HSL
167°, 100%, 54%
CMYK
92, 0, 20, 0
Luminance
0.7608
Every format
| HEX | #14ffcd |
| RGB | rgb(20, 255, 205) |
| HSL | hsl(167, 100%, 54%) |
| CMYK | cmyk(92%, 0%, 20%, 0%) |
| LAB | lab(89.9 -60.9 10.0) |
| LCH | lch(89.9 61.7 170.7) |
| OKLCH | oklch(0.891 0.172 171.5) |
Copy-ready code
/* CSS */
color: #14ffcd;
background-color: #14ffcd;
/* Tailwind (arbitrary) */
class="text-[#14ffcd] bg-[#14ffcd]"
/* SCSS */
$brand: #14ffcd;
/* SwiftUI */
Color(red: 0.078, green: 1.000, blue: 0.804)
/* Android */
Color.parseColor("#14ffcd")Accessibility — WCAG contrast
Aa
#14ffcd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14ffcd on black: 16.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green100.0%
Blue80.4%
CMYK percentages
Cyan92.2%
Magenta0.0%
Yellow19.6%
Key (black)0.0%
Color previews
#14ffcd text on a black background
contrast 16.22:1
Card sample
#14ffcd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14ffcd;
Background color
Panel with #14ffcd background
background-color: #14ffcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14ffcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 255, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 255, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14ffcd; background: linear-gradient(135deg, #14ffcd, #1494FF);