#1cdfed
a balanced, electric cyan · cool · closest name: cyan
RGB
28, 223, 237
HSL
184°, 85%, 52%
CMYK
88, 6, 0, 7
Luminance
0.5914
Every format
| HEX | #1cdfed |
| RGB | rgb(28, 223, 237) |
| HSL | hsl(184, 85%, 52%) |
| CMYK | cmyk(88%, 6%, 0%, 7%) |
| LAB | lab(81.4 -38.4 -19.3) |
| LCH | lch(81.4 43.0 206.7) |
| OKLCH | oklch(0.825 0.137 203.1) |
Copy-ready code
/* CSS */
color: #1cdfed;
background-color: #1cdfed;
/* Tailwind (arbitrary) */
class="text-[#1cdfed] bg-[#1cdfed]"
/* SCSS */
$brand: #1cdfed;
/* SwiftUI */
Color(red: 0.110, green: 0.875, blue: 0.929)
/* Android */
Color.parseColor("#1cdfed")Accessibility — WCAG contrast
Aa
#1cdfed on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cdfed on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green87.5%
Blue92.9%
CMYK percentages
Cyan88.2%
Magenta5.9%
Yellow0.0%
Key (black)7.1%
Color previews
#1cdfed text on a black background
contrast 12.83:1
Card sample
#1cdfed text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cdfed;
Background color
Panel with #1cdfed background
background-color: #1cdfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cdfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 223, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 223, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cdfed; background: linear-gradient(135deg, #1cdfed, #1C54ED);