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