#1ceafb
a balanced, electric cyan · cool · closest name: cyan
RGB
28, 234, 251
HSL
185°, 97%, 55%
CMYK
89, 7, 0, 2
Luminance
0.6606
Every format
| HEX | #1ceafb |
| RGB | rgb(28, 234, 251) |
| HSL | hsl(185, 97%, 55%) |
| CMYK | cmyk(89%, 7%, 0%, 2%) |
| LAB | lab(85.0 -39.2 -21.2) |
| LCH | lch(85.0 44.6 208.4) |
| OKLCH | oklch(0.856 0.143 204.4) |
Copy-ready code
/* CSS */
color: #1ceafb;
background-color: #1ceafb;
/* Tailwind (arbitrary) */
class="text-[#1ceafb] bg-[#1ceafb]"
/* SCSS */
$brand: #1ceafb;
/* SwiftUI */
Color(red: 0.110, green: 0.918, blue: 0.984)
/* Android */
Color.parseColor("#1ceafb")Accessibility — WCAG contrast
Aa
#1ceafb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ceafb on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green91.8%
Blue98.4%
CMYK percentages
Cyan88.8%
Magenta6.8%
Yellow0.0%
Key (black)1.6%
Color previews
#1ceafb text on a black background
contrast 14.21:1
Card sample
#1ceafb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ceafb;
Background color
Panel with #1ceafb background
background-color: #1ceafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ceafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 234, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 234, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ceafb; background: linear-gradient(135deg, #1ceafb, #1C55FB);