#1caceb
a balanced, electric cyan · cool · closest name: steelblue
RGB
28, 172, 235
HSL
198°, 84%, 52%
CMYK
88, 27, 0, 8
Luminance
0.3575
Every format
| HEX | #1caceb |
| RGB | rgb(28, 172, 235) |
| HSL | hsl(198, 84%, 52%) |
| CMYK | cmyk(88%, 27%, 0%, 8%) |
| LAB | lab(66.3 -13.6 -41.4) |
| LCH | lch(66.3 43.6 251.8) |
| OKLCH | oklch(0.703 0.143 234.9) |
Copy-ready code
/* CSS */
color: #1caceb;
background-color: #1caceb;
/* Tailwind (arbitrary) */
class="text-[#1caceb] bg-[#1caceb]"
/* SCSS */
$brand: #1caceb;
/* SwiftUI */
Color(red: 0.110, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#1caceb")Accessibility — WCAG contrast
Aa
#1caceb on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1caceb on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green67.5%
Blue92.2%
CMYK percentages
Cyan88.1%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#1caceb text on a black background
contrast 8.15:1
Card sample
#1caceb text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1caceb;
Background color
Panel with #1caceb background
background-color: #1caceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1caceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1caceb; background: linear-gradient(135deg, #1caceb, #1C22EB);