#1f0fc7
a dark, electric blue · warm · closest name: blue
RGB
31, 15, 199
HSL
245°, 86%, 42%
CMYK
84, 93, 0, 22
Luminance
0.0476
Every format
| HEX | #1f0fc7 |
| RGB | rgb(31, 15, 199) |
| HSL | hsl(245, 86%, 42%) |
| CMYK | cmyk(84%, 93%, 0%, 22%) |
| LAB | lab(26.0 62.8 -86.2) |
| LCH | lch(26.0 106.7 306.1) |
| OKLCH | oklch(0.391 0.249 268.9) |
Copy-ready code
/* CSS */
color: #1f0fc7;
background-color: #1f0fc7;
/* Tailwind (arbitrary) */
class="text-[#1f0fc7] bg-[#1f0fc7]"
/* SCSS */
$brand: #1f0fc7;
/* SwiftUI */
Color(red: 0.122, green: 0.059, blue: 0.780)
/* Android */
Color.parseColor("#1f0fc7")Accessibility — WCAG contrast
Aa
#1f0fc7 on white: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f0fc7 on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green5.9%
Blue78.0%
CMYK percentages
Cyan84.4%
Magenta92.5%
Yellow0.0%
Key (black)22.0%
Color previews
#1f0fc7 text on a black background
contrast 1.95:1
Card sample
#1f0fc7 text on a white background
contrast 10.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f0fc7;
Background color
Panel with #1f0fc7 background
background-color: #1f0fc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f0fc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 15, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 15, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f0fc7; background: linear-gradient(135deg, #1f0fc7, #9A0FC7);