#1cecec
a balanced, electric cyan · cool · closest name: cyan
RGB
28, 236, 236
HSL
180°, 85%, 52%
CMYK
88, 0, 0, 8
Luminance
0.6629
Every format
| HEX | #1cecec |
| RGB | rgb(28, 236, 236) |
| HSL | hsl(180, 85%, 52%) |
| CMYK | cmyk(88%, 0%, 0%, 8%) |
| LAB | lab(85.1 -44.5 -13.1) |
| LCH | lch(85.1 46.4 196.4) |
| OKLCH | oklch(0.855 0.143 194.8) |
Copy-ready code
/* CSS */
color: #1cecec;
background-color: #1cecec;
/* Tailwind (arbitrary) */
class="text-[#1cecec] bg-[#1cecec]"
/* SCSS */
$brand: #1cecec;
/* SwiftUI */
Color(red: 0.110, green: 0.925, blue: 0.925)
/* Android */
Color.parseColor("#1cecec")Accessibility — WCAG contrast
Aa
#1cecec on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cecec on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green92.5%
Blue92.5%
CMYK percentages
Cyan88.1%
Magenta0.0%
Yellow0.0%
Key (black)7.5%
Color previews
#1cecec text on a black background
contrast 14.26:1
Card sample
#1cecec text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cecec;
Background color
Panel with #1cecec background
background-color: #1cecec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cecec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 236, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 236, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cecec; background: linear-gradient(135deg, #1cecec, #1C61EC);