#1cfdff
a balanced, electric cyan · cool · “cyan”
RGB
28, 253, 255
HSL
181°, 100%, 56%
CMYK
89, 1, 0, 0
Luminance
0.7772
Every format
| HEX | #1cfdff |
| RGB | rgb(28, 253, 255) |
| HSL | hsl(181, 100%, 56%) |
| CMYK | cmyk(89%, 1%, 0%, 0%) |
| LAB | lab(90.7 -46.5 -14.8) |
| LCH | lch(90.7 48.8 197.7) |
| OKLCH | oklch(0.902 0.151 195.8) |
Copy-ready code
/* CSS */
color: #1cfdff;
background-color: #1cfdff;
/* Tailwind (arbitrary) */
class="text-[#1cfdff] bg-[#1cfdff]"
/* SCSS */
$brand: #1cfdff;
/* SwiftUI */
Color(red: 0.110, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#1cfdff")Accessibility — WCAG contrast
Aa
#1cfdff on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cfdff on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green99.2%
Blue100.0%
CMYK percentages
Cyan89.0%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#1cfdff text on a black background
contrast 16.54:1
Card sample
#1cfdff text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cfdff;
Background color
Panel with #1cfdff background
background-color: #1cfdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cfdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cfdff; background: linear-gradient(135deg, #1cfdff, #1C66FF);