#1cfffe
a balanced, electric cyan · cool · “cyan”
RGB
28, 255, 254
HSL
180°, 100%, 56%
CMYK
89, 0, 0, 0
Luminance
0.7892
Every format
| HEX | #1cfffe |
| RGB | rgb(28, 255, 254) |
| HSL | hsl(180, 100%, 56%) |
| CMYK | cmyk(89%, 0%, 0%, 0%) |
| LAB | lab(91.2 -47.6 -13.5) |
| LCH | lch(91.2 49.5 195.8) |
| OKLCH | oklch(0.906 0.152 194.3) |
Copy-ready code
/* CSS */
color: #1cfffe;
background-color: #1cfffe;
/* Tailwind (arbitrary) */
class="text-[#1cfffe] bg-[#1cfffe]"
/* SCSS */
$brand: #1cfffe;
/* SwiftUI */
Color(red: 0.110, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#1cfffe")Accessibility — WCAG contrast
Aa
#1cfffe on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cfffe on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green100.0%
Blue99.6%
CMYK percentages
Cyan89.0%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#1cfffe text on a black background
contrast 16.78:1
Card sample
#1cfffe text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cfffe;
Background color
Panel with #1cfffe background
background-color: #1cfffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cfffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cfffe; background: linear-gradient(135deg, #1cfffe, #1C69FF);