#241cdf
a balanced, electric blue · warm · closest name: blue
RGB
36, 28, 223
HSL
243°, 78%, 49%
CMYK
84, 87, 0, 13
Luminance
0.0653
Every format
| HEX | #241cdf |
| RGB | rgb(36, 28, 223) |
| HSL | hsl(243, 78%, 49%) |
| CMYK | cmyk(84%, 87%, 0%, 13%) |
| LAB | lab(30.7 65.5 -92.3) |
| LCH | lch(30.7 113.2 305.4) |
| OKLCH | oklch(0.432 0.267 268.7) |
Copy-ready code
/* CSS */
color: #241cdf;
background-color: #241cdf;
/* Tailwind (arbitrary) */
class="text-[#241cdf] bg-[#241cdf]"
/* SCSS */
$brand: #241cdf;
/* SwiftUI */
Color(red: 0.141, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#241cdf")Accessibility — WCAG contrast
Aa
#241cdf on white: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#241cdf on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green11.0%
Blue87.5%
CMYK percentages
Cyan83.9%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#241cdf text on a black background
contrast 2.31:1
Card sample
#241cdf text on a white background
contrast 9.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #241cdf;
Background color
Panel with #241cdf background
background-color: #241cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #241cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #241cdf; background: linear-gradient(135deg, #241cdf, #A61CDF);