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