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