#3f1abc
a dark, electric blue · warm · closest name: navy
RGB
63, 26, 188
HSL
254°, 76%, 42%
CMYK
67, 86, 0, 26
Luminance
0.0543
Every format
| HEX | #3f1abc |
| RGB | rgb(63, 26, 188) |
| HSL | hsl(254, 76%, 42%) |
| CMYK | cmyk(67%, 86%, 0%, 26%) |
| LAB | lab(27.9 58.0 -76.5) |
| LCH | lch(27.9 96.0 307.2) |
| OKLCH | oklch(0.405 0.224 280.0) |
Copy-ready code
/* CSS */
color: #3f1abc;
background-color: #3f1abc;
/* Tailwind (arbitrary) */
class="text-[#3f1abc] bg-[#3f1abc]"
/* SCSS */
$brand: #3f1abc;
/* SwiftUI */
Color(red: 0.247, green: 0.102, blue: 0.737)
/* Android */
Color.parseColor("#3f1abc")Accessibility — WCAG contrast
Aa
#3f1abc on white: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f1abc on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green10.2%
Blue73.7%
CMYK percentages
Cyan66.5%
Magenta86.2%
Yellow0.0%
Key (black)26.3%
Color previews
#3f1abc text on a black background
contrast 2.09:1
Card sample
#3f1abc text on a white background
contrast 10.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f1abc;
Background color
Panel with #3f1abc background
background-color: #3f1abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f1abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 26, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 26, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f1abc; background: linear-gradient(135deg, #3f1abc, #AB1ABC);