#1c1cc4
a dark, electric blue · warm · closest name: navy
RGB
28, 28, 196
HSL
240°, 75%, 44%
CMYK
86, 86, 0, 23
Luminance
0.0506
Every format
| HEX | #1c1cc4 |
| RGB | rgb(28, 28, 196) |
| HSL | hsl(240, 75%, 44%) |
| CMYK | cmyk(86%, 86%, 0%, 23%) |
| LAB | lab(26.9 57.6 -83.0) |
| LCH | lch(26.9 101.0 304.8) |
| OKLCH | oklch(0.395 0.240 268.1) |
Copy-ready code
/* CSS */
color: #1c1cc4;
background-color: #1c1cc4;
/* Tailwind (arbitrary) */
class="text-[#1c1cc4] bg-[#1c1cc4]"
/* SCSS */
$brand: #1c1cc4;
/* SwiftUI */
Color(red: 0.110, green: 0.110, blue: 0.769)
/* Android */
Color.parseColor("#1c1cc4")Accessibility — WCAG contrast
Aa
#1c1cc4 on white: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1c1cc4 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green11.0%
Blue76.9%
CMYK percentages
Cyan85.7%
Magenta85.7%
Yellow0.0%
Key (black)23.1%
Color previews
#1c1cc4 text on a black background
contrast 2.01:1
Card sample
#1c1cc4 text on a white background
contrast 10.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c1cc4;
Background color
Panel with #1c1cc4 background
background-color: #1c1cc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c1cc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 28, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 28, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c1cc4; background: linear-gradient(135deg, #1c1cc4, #8C1CC4);