#1829ff
a balanced, electric blue · warm · closest name: blue
RGB
24, 41, 255
HSL
236°, 100%, 55%
CMYK
91, 84, 0, 0
Luminance
0.0900
Every format
| HEX | #1829ff |
| RGB | rgb(24, 41, 255) |
| HSL | hsl(236, 100%, 55%) |
| CMYK | cmyk(91%, 84%, 0%, 0%) |
| LAB | lab(36.0 69.4 -101.7) |
| LCH | lch(36.0 123.1 304.3) |
| OKLCH | oklch(0.478 0.295 265.9) |
Copy-ready code
/* CSS */
color: #1829ff;
background-color: #1829ff;
/* Tailwind (arbitrary) */
class="text-[#1829ff] bg-[#1829ff]"
/* SCSS */
$brand: #1829ff;
/* SwiftUI */
Color(red: 0.094, green: 0.161, blue: 1.000)
/* Android */
Color.parseColor("#1829ff")Accessibility — WCAG contrast
Aa
#1829ff on white: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1829ff on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green16.1%
Blue100.0%
CMYK percentages
Cyan90.6%
Magenta83.9%
Yellow0.0%
Key (black)0.0%
Color previews
#1829ff text on a black background
contrast 2.80:1
Card sample
#1829ff text on a white background
contrast 7.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1829ff;
Background color
Panel with #1829ff background
background-color: #1829ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1829ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 41, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 41, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1829ff; background: linear-gradient(135deg, #1829ff, #A118FF);