#1cdcf0
a balanced, electric cyan · cool · closest name: cyan
RGB
28, 220, 240
HSL
186°, 88%, 53%
CMYK
88, 8, 0, 6
Luminance
0.5772
Every format
| HEX | #1cdcf0 |
| RGB | rgb(28, 220, 240) |
| HSL | hsl(186, 88%, 53%) |
| CMYK | cmyk(88%, 8%, 0%, 6%) |
| LAB | lab(80.6 -36.1 -22.1) |
| LCH | lch(80.6 42.3 211.5) |
| OKLCH | oklch(0.819 0.137 206.7) |
Copy-ready code
/* CSS */
color: #1cdcf0;
background-color: #1cdcf0;
/* Tailwind (arbitrary) */
class="text-[#1cdcf0] bg-[#1cdcf0]"
/* SCSS */
$brand: #1cdcf0;
/* SwiftUI */
Color(red: 0.110, green: 0.863, blue: 0.941)
/* Android */
Color.parseColor("#1cdcf0")Accessibility — WCAG contrast
Aa
#1cdcf0 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cdcf0 on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green86.3%
Blue94.1%
CMYK percentages
Cyan88.3%
Magenta8.3%
Yellow0.0%
Key (black)5.9%
Color previews
#1cdcf0 text on a black background
contrast 12.54:1
Card sample
#1cdcf0 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cdcf0;
Background color
Panel with #1cdcf0 background
background-color: #1cdcf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cdcf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 220, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 220, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cdcf0; background: linear-gradient(135deg, #1cdcf0, #1C4EF0);