#1cd3ed
a balanced, electric cyan · cool · closest name: skyblue
RGB
28, 211, 237
HSL
188°, 85%, 52%
CMYK
88, 11, 0, 7
Luminance
0.5295
Every format
| HEX | #1cd3ed |
| RGB | rgb(28, 211, 237) |
| HSL | hsl(188, 85%, 52%) |
| CMYK | cmyk(88%, 11%, 0%, 7%) |
| LAB | lab(77.8 -32.8 -24.7) |
| LCH | lch(77.8 41.0 217.0) |
| OKLCH | oklch(0.796 0.135 210.8) |
Copy-ready code
/* CSS */
color: #1cd3ed;
background-color: #1cd3ed;
/* Tailwind (arbitrary) */
class="text-[#1cd3ed] bg-[#1cd3ed]"
/* SCSS */
$brand: #1cd3ed;
/* SwiftUI */
Color(red: 0.110, green: 0.827, blue: 0.929)
/* Android */
Color.parseColor("#1cd3ed")Accessibility — WCAG contrast
Aa
#1cd3ed on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cd3ed on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green82.7%
Blue92.9%
CMYK percentages
Cyan88.2%
Magenta11.0%
Yellow0.0%
Key (black)7.1%
Color previews
#1cd3ed text on a black background
contrast 11.59:1
Card sample
#1cd3ed text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cd3ed;
Background color
Panel with #1cd3ed background
background-color: #1cd3ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cd3ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 211, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 211, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cd3ed; background: linear-gradient(135deg, #1cd3ed, #1C48ED);