#14fffc
a balanced, electric cyan · cool · “cyan”
RGB
20, 255, 252
HSL
179°, 100%, 54%
CMYK
92, 0, 1, 0
Luminance
0.7870
Every format
| HEX | #14fffc |
| RGB | rgb(20, 255, 252) |
| HSL | hsl(179, 100%, 54%) |
| CMYK | cmyk(92%, 0%, 1%, 0%) |
| LAB | lab(91.1 -48.5 -12.6) |
| LCH | lch(91.1 50.1 194.6) |
| OKLCH | oklch(0.905 0.153 193.2) |
Copy-ready code
/* CSS */
color: #14fffc;
background-color: #14fffc;
/* Tailwind (arbitrary) */
class="text-[#14fffc] bg-[#14fffc]"
/* SCSS */
$brand: #14fffc;
/* SwiftUI */
Color(red: 0.078, green: 1.000, blue: 0.988)
/* Android */
Color.parseColor("#14fffc")Accessibility — WCAG contrast
Aa
#14fffc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14fffc on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green100.0%
Blue98.8%
CMYK percentages
Cyan92.2%
Magenta0.0%
Yellow1.2%
Key (black)0.0%
Color previews
#14fffc text on a black background
contrast 16.74:1
Card sample
#14fffc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14fffc;
Background color
Panel with #14fffc background
background-color: #14fffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14fffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 255, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 255, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14fffc; background: linear-gradient(135deg, #14fffc, #1465FF);