#1c2cdf
a balanced, electric blue · warm · closest name: blue
RGB
28, 44, 223
HSL
235°, 78%, 49%
CMYK
87, 80, 0, 13
Luminance
0.0738
Every format
| HEX | #1c2cdf |
| RGB | rgb(28, 44, 223) |
| HSL | hsl(235, 78%, 49%) |
| CMYK | cmyk(87%, 80%, 0%, 13%) |
| LAB | lab(32.6 58.7 -89.1) |
| LCH | lch(32.6 106.7 303.4) |
| OKLCH | oklch(0.444 0.259 266.9) |
Copy-ready code
/* CSS */
color: #1c2cdf;
background-color: #1c2cdf;
/* Tailwind (arbitrary) */
class="text-[#1c2cdf] bg-[#1c2cdf]"
/* SCSS */
$brand: #1c2cdf;
/* SwiftUI */
Color(red: 0.110, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#1c2cdf")Accessibility — WCAG contrast
Aa
#1c2cdf on white: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1c2cdf on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green17.3%
Blue87.5%
CMYK percentages
Cyan87.4%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#1c2cdf text on a black background
contrast 2.48:1
Card sample
#1c2cdf text on a white background
contrast 8.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c2cdf;
Background color
Panel with #1c2cdf background
background-color: #1c2cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c2cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c2cdf; background: linear-gradient(135deg, #1c2cdf, #8E1CDF);