#1ce2ff
a balanced, electric cyan · cool · closest name: cyan
RGB
28, 226, 255
HSL
188°, 100%, 56%
CMYK
89, 11, 0, 0
Luminance
0.6186
Every format
| HEX | #1ce2ff |
| RGB | rgb(28, 226, 255) |
| HSL | hsl(188, 100%, 56%) |
| CMYK | cmyk(89%, 11%, 0%, 0%) |
| LAB | lab(82.8 -34.3 -26.6) |
| LCH | lch(82.8 43.4 217.9) |
| OKLCH | oklch(0.839 0.143 211.4) |
Copy-ready code
/* CSS */
color: #1ce2ff;
background-color: #1ce2ff;
/* Tailwind (arbitrary) */
class="text-[#1ce2ff] bg-[#1ce2ff]"
/* SCSS */
$brand: #1ce2ff;
/* SwiftUI */
Color(red: 0.110, green: 0.886, blue: 1.000)
/* Android */
Color.parseColor("#1ce2ff")Accessibility — WCAG contrast
Aa
#1ce2ff on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ce2ff on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green88.6%
Blue100.0%
CMYK percentages
Cyan89.0%
Magenta11.4%
Yellow0.0%
Key (black)0.0%
Color previews
#1ce2ff text on a black background
contrast 13.37:1
Card sample
#1ce2ff text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ce2ff;
Background color
Panel with #1ce2ff background
background-color: #1ce2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ce2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 226, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 226, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ce2ff; background: linear-gradient(135deg, #1ce2ff, #1C4BFF);