#1ceeee
a balanced, electric cyan · cool · closest name: cyan
RGB
28, 238, 238
HSL
180°, 86%, 52%
CMYK
88, 0, 0, 7
Luminance
0.6757
Every format
| HEX | #1ceeee |
| RGB | rgb(28, 238, 238) |
| HSL | hsl(180, 86%, 52%) |
| CMYK | cmyk(88%, 0%, 0%, 7%) |
| LAB | lab(85.8 -44.8 -13.2) |
| LCH | lch(85.8 46.7 196.4) |
| OKLCH | oklch(0.861 0.144 194.8) |
Copy-ready code
/* CSS */
color: #1ceeee;
background-color: #1ceeee;
/* Tailwind (arbitrary) */
class="text-[#1ceeee] bg-[#1ceeee]"
/* SCSS */
$brand: #1ceeee;
/* SwiftUI */
Color(red: 0.110, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#1ceeee")Accessibility — WCAG contrast
Aa
#1ceeee on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ceeee on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green93.3%
Blue93.3%
CMYK percentages
Cyan88.2%
Magenta0.0%
Yellow0.0%
Key (black)6.7%
Color previews
#1ceeee text on a black background
contrast 14.51:1
Card sample
#1ceeee text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ceeee;
Background color
Panel with #1ceeee background
background-color: #1ceeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ceeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ceeee; background: linear-gradient(135deg, #1ceeee, #1C62EE);