#1f11cd
a dark, electric blue · warm · closest name: blue
RGB
31, 17, 205
HSL
245°, 85%, 44%
CMYK
85, 92, 0, 20
Luminance
0.0510
Every format
| HEX | #1f11cd |
| RGB | rgb(31, 17, 205) |
| HSL | hsl(245, 85%, 44%) |
| CMYK | cmyk(85%, 92%, 0%, 20%) |
| LAB | lab(27.0 63.9 -88.1) |
| LCH | lch(27.0 108.8 306.0) |
| OKLCH | oklch(0.400 0.255 268.6) |
Copy-ready code
/* CSS */
color: #1f11cd;
background-color: #1f11cd;
/* Tailwind (arbitrary) */
class="text-[#1f11cd] bg-[#1f11cd]"
/* SCSS */
$brand: #1f11cd;
/* SwiftUI */
Color(red: 0.122, green: 0.067, blue: 0.804)
/* Android */
Color.parseColor("#1f11cd")Accessibility — WCAG contrast
Aa
#1f11cd on white: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f11cd on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green6.7%
Blue80.4%
CMYK percentages
Cyan84.9%
Magenta91.7%
Yellow0.0%
Key (black)19.6%
Color previews
#1f11cd text on a black background
contrast 2.02:1
Card sample
#1f11cd text on a white background
contrast 10.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f11cd;
Background color
Panel with #1f11cd background
background-color: #1f11cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f11cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 17, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 17, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f11cd; background: linear-gradient(135deg, #1f11cd, #9C11CD);