#2c1df9
a balanced, electric blue · warm · closest name: blue
RGB
44, 29, 249
HSL
244°, 95%, 55%
CMYK
82, 88, 0, 2
Luminance
0.0825
Every format
| HEX | #2c1df9 |
| RGB | rgb(44, 29, 249) |
| HSL | hsl(244, 95%, 55%) |
| CMYK | cmyk(82%, 88%, 0%, 2%) |
| LAB | lab(34.5 72.5 -100.8) |
| LCH | lch(34.5 124.1 305.7) |
| OKLCH | oklch(0.468 0.291 269.3) |
Copy-ready code
/* CSS */
color: #2c1df9;
background-color: #2c1df9;
/* Tailwind (arbitrary) */
class="text-[#2c1df9] bg-[#2c1df9]"
/* SCSS */
$brand: #2c1df9;
/* SwiftUI */
Color(red: 0.173, green: 0.114, blue: 0.976)
/* Android */
Color.parseColor("#2c1df9")Accessibility — WCAG contrast
Aa
#2c1df9 on white: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c1df9 on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green11.4%
Blue97.6%
CMYK percentages
Cyan82.3%
Magenta88.4%
Yellow0.0%
Key (black)2.4%
Color previews
#2c1df9 text on a black background
contrast 2.65:1
Card sample
#2c1df9 text on a white background
contrast 7.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c1df9;
Background color
Panel with #2c1df9 background
background-color: #2c1df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c1df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 29, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 29, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c1df9; background: linear-gradient(135deg, #2c1df9, #BF1DF9);