#1cacef
a balanced, electric cyan · cool · closest name: steelblue
RGB
28, 172, 239
HSL
199°, 87%, 52%
CMYK
88, 28, 0, 6
Luminance
0.3598
Every format
| HEX | #1cacef |
| RGB | rgb(28, 172, 239) |
| HSL | hsl(199, 87%, 52%) |
| CMYK | cmyk(88%, 28%, 0%, 6%) |
| LAB | lab(66.5 -12.2 -43.3) |
| LCH | lch(66.5 45.0 254.3) |
| OKLCH | oklch(0.705 0.147 236.5) |
Copy-ready code
/* CSS */
color: #1cacef;
background-color: #1cacef;
/* Tailwind (arbitrary) */
class="text-[#1cacef] bg-[#1cacef]"
/* SCSS */
$brand: #1cacef;
/* SwiftUI */
Color(red: 0.110, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#1cacef")Accessibility — WCAG contrast
Aa
#1cacef on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cacef on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green67.5%
Blue93.7%
CMYK percentages
Cyan88.3%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#1cacef text on a black background
contrast 8.20:1
Card sample
#1cacef text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cacef;
Background color
Panel with #1cacef background
background-color: #1cacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cacef; background: linear-gradient(135deg, #1cacef, #1C1FEF);