#1c2cef
a balanced, electric blue · warm · closest name: blue
RGB
28, 44, 239
HSL
236°, 87%, 52%
CMYK
88, 82, 0, 6
Luminance
0.0828
Every format
| HEX | #1c2cef |
| RGB | rgb(28, 44, 239) |
| HSL | hsl(236, 87%, 52%) |
| CMYK | cmyk(88%, 82%, 0%, 6%) |
| LAB | lab(34.6 63.5 -95.1) |
| LCH | lch(34.6 114.3 303.8) |
| OKLCH | oklch(0.463 0.276 266.6) |
Copy-ready code
/* CSS */
color: #1c2cef;
background-color: #1c2cef;
/* Tailwind (arbitrary) */
class="text-[#1c2cef] bg-[#1c2cef]"
/* SCSS */
$brand: #1c2cef;
/* SwiftUI */
Color(red: 0.110, green: 0.173, blue: 0.937)
/* Android */
Color.parseColor("#1c2cef")Accessibility — WCAG contrast
Aa
#1c2cef on white: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1c2cef on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green17.3%
Blue93.7%
CMYK percentages
Cyan88.3%
Magenta81.6%
Yellow0.0%
Key (black)6.3%
Color previews
#1c2cef text on a black background
contrast 2.66:1
Card sample
#1c2cef text on a white background
contrast 7.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c2cef;
Background color
Panel with #1c2cef background
background-color: #1c2cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c2cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 44, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 44, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c2cef; background: linear-gradient(135deg, #1c2cef, #991CEF);