#1c2ccf
a balanced, electric blue · warm · closest name: navy
RGB
28, 44, 207
HSL
235°, 76%, 46%
CMYK
87, 79, 0, 19
Luminance
0.0655
Every format
| HEX | #1c2ccf |
| RGB | rgb(28, 44, 207) |
| HSL | hsl(235, 76%, 46%) |
| CMYK | cmyk(87%, 79%, 0%, 19%) |
| LAB | lab(30.8 53.6 -83.0) |
| LCH | lch(30.8 98.8 302.9) |
| OKLCH | oklch(0.426 0.241 267.2) |
Copy-ready code
/* CSS */
color: #1c2ccf;
background-color: #1c2ccf;
/* Tailwind (arbitrary) */
class="text-[#1c2ccf] bg-[#1c2ccf]"
/* SCSS */
$brand: #1c2ccf;
/* SwiftUI */
Color(red: 0.110, green: 0.173, blue: 0.812)
/* Android */
Color.parseColor("#1c2ccf")Accessibility — WCAG contrast
Aa
#1c2ccf on white: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1c2ccf on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green17.3%
Blue81.2%
CMYK percentages
Cyan86.5%
Magenta78.7%
Yellow0.0%
Key (black)18.8%
Color previews
#1c2ccf text on a black background
contrast 2.31:1
Card sample
#1c2ccf text on a white background
contrast 9.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c2ccf;
Background color
Panel with #1c2ccf background
background-color: #1c2ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c2ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 44, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 44, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c2ccf; background: linear-gradient(135deg, #1c2ccf, #831CCF);