#1c2cba
a dark, vivid blue · warm · closest name: navy
RGB
28, 44, 186
HSL
234°, 74%, 42%
CMYK
85, 76, 0, 27
Luminance
0.0559
Every format
| HEX | #1c2cba |
| RGB | rgb(28, 44, 186) |
| HSL | hsl(234, 74%, 42%) |
| CMYK | cmyk(85%, 76%, 0%, 27%) |
| LAB | lab(28.4 46.7 -74.7) |
| LCH | lch(28.4 88.1 302.0) |
| OKLCH | oklch(0.402 0.217 267.7) |
Copy-ready code
/* CSS */
color: #1c2cba;
background-color: #1c2cba;
/* Tailwind (arbitrary) */
class="text-[#1c2cba] bg-[#1c2cba]"
/* SCSS */
$brand: #1c2cba;
/* SwiftUI */
Color(red: 0.110, green: 0.173, blue: 0.729)
/* Android */
Color.parseColor("#1c2cba")Accessibility — WCAG contrast
Aa
#1c2cba on white: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1c2cba on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green17.3%
Blue72.9%
CMYK percentages
Cyan84.9%
Magenta76.3%
Yellow0.0%
Key (black)27.1%
Color previews
#1c2cba text on a black background
contrast 2.12:1
Card sample
#1c2cba text on a white background
contrast 9.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c2cba;
Background color
Panel with #1c2cba background
background-color: #1c2cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c2cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 44, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 44, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c2cba; background: linear-gradient(135deg, #1c2cba, #751CBA);