#1d2cfd
a balanced, electric blue · warm · closest name: blue
RGB
29, 44, 253
HSL
236°, 98%, 55%
CMYK
89, 83, 0, 1
Luminance
0.0915
Every format
| HEX | #1d2cfd |
| RGB | rgb(29, 44, 253) |
| HSL | hsl(236, 98%, 55%) |
| CMYK | cmyk(89%, 83%, 0%, 1%) |
| LAB | lab(36.3 67.7 -100.1) |
| LCH | lch(36.3 120.8 304.1) |
| OKLCH | oklch(0.480 0.290 266.5) |
Copy-ready code
/* CSS */
color: #1d2cfd;
background-color: #1d2cfd;
/* Tailwind (arbitrary) */
class="text-[#1d2cfd] bg-[#1d2cfd]"
/* SCSS */
$brand: #1d2cfd;
/* SwiftUI */
Color(red: 0.114, green: 0.173, blue: 0.992)
/* Android */
Color.parseColor("#1d2cfd")Accessibility — WCAG contrast
Aa
#1d2cfd on white: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1d2cfd on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.4%
Green17.3%
Blue99.2%
CMYK percentages
Cyan88.5%
Magenta82.6%
Yellow0.0%
Key (black)0.8%
Color previews
#1d2cfd text on a black background
contrast 2.83:1
Card sample
#1d2cfd text on a white background
contrast 7.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1d2cfd;
Background color
Panel with #1d2cfd background
background-color: #1d2cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1d2cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(29, 44, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(29, 44, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1d2cfd; background: linear-gradient(135deg, #1d2cfd, #A31DFD);