#1ceafd
a balanced, electric cyan · cool · closest name: cyan
RGB
28, 234, 253
HSL
185°, 98%, 55%
CMYK
89, 8, 0, 1
Luminance
0.6618
Every format
| HEX | #1ceafd |
| RGB | rgb(28, 234, 253) |
| HSL | hsl(185, 98%, 55%) |
| CMYK | cmyk(89%, 8%, 0%, 1%) |
| LAB | lab(85.1 -38.6 -22.1) |
| LCH | lch(85.1 44.5 209.9) |
| OKLCH | oklch(0.857 0.143 205.5) |
Copy-ready code
/* CSS */
color: #1ceafd;
background-color: #1ceafd;
/* Tailwind (arbitrary) */
class="text-[#1ceafd] bg-[#1ceafd]"
/* SCSS */
$brand: #1ceafd;
/* SwiftUI */
Color(red: 0.110, green: 0.918, blue: 0.992)
/* Android */
Color.parseColor("#1ceafd")Accessibility — WCAG contrast
Aa
#1ceafd on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ceafd on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green91.8%
Blue99.2%
CMYK percentages
Cyan88.9%
Magenta7.5%
Yellow0.0%
Key (black)0.8%
Color previews
#1ceafd text on a black background
contrast 14.24:1
Card sample
#1ceafd text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ceafd;
Background color
Panel with #1ceafd background
background-color: #1ceafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ceafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 234, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 234, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ceafd; background: linear-gradient(135deg, #1ceafd, #1C54FD);