#1cdcfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
28, 220, 251
HSL
188°, 97%, 55%
CMYK
89, 12, 0, 2
Luminance
0.5840
Every format
| HEX | #1cdcfb |
| RGB | rgb(28, 220, 251) |
| HSL | hsl(188, 97%, 55%) |
| CMYK | cmyk(89%, 12%, 0%, 2%) |
| LAB | lab(81.0 -32.7 -27.4) |
| LCH | lch(81.0 42.6 220.0) |
| OKLCH | oklch(0.823 0.141 213.0) |
Copy-ready code
/* CSS */
color: #1cdcfb;
background-color: #1cdcfb;
/* Tailwind (arbitrary) */
class="text-[#1cdcfb] bg-[#1cdcfb]"
/* SCSS */
$brand: #1cdcfb;
/* SwiftUI */
Color(red: 0.110, green: 0.863, blue: 0.984)
/* Android */
Color.parseColor("#1cdcfb")Accessibility — WCAG contrast
Aa
#1cdcfb on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cdcfb on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green86.3%
Blue98.4%
CMYK percentages
Cyan88.8%
Magenta12.4%
Yellow0.0%
Key (black)1.6%
Color previews
#1cdcfb text on a black background
contrast 12.68:1
Card sample
#1cdcfb text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cdcfb;
Background color
Panel with #1cdcfb background
background-color: #1cdcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cdcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 220, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 220, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cdcfb; background: linear-gradient(135deg, #1cdcfb, #1C47FB);