#1306fd
a balanced, electric blue · warm · “blue”
RGB
19, 6, 253
HSL
243°, 98%, 51%
CMYK
93, 98, 0, 1
Luminance
0.0736
Every format
| HEX | #1306fd |
| RGB | rgb(19, 6, 253) |
| HSL | hsl(243, 98%, 51%) |
| CMYK | cmyk(93%, 98%, 0%, 1%) |
| LAB | lab(32.6 77.9 -106.2) |
| LCH | lch(32.6 131.7 306.3) |
| OKLCH | oklch(0.454 0.308 265.5) |
Copy-ready code
/* CSS */
color: #1306fd;
background-color: #1306fd;
/* Tailwind (arbitrary) */
class="text-[#1306fd] bg-[#1306fd]"
/* SCSS */
$brand: #1306fd;
/* SwiftUI */
Color(red: 0.075, green: 0.024, blue: 0.992)
/* Android */
Color.parseColor("#1306fd")Accessibility — WCAG contrast
Aa
#1306fd on white: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1306fd on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green2.4%
Blue99.2%
CMYK percentages
Cyan92.5%
Magenta97.6%
Yellow0.0%
Key (black)0.8%
Color previews
#1306fd text on a black background
contrast 2.47:1
Card sample
#1306fd text on a white background
contrast 8.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1306fd;
Background color
Panel with #1306fd background
background-color: #1306fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1306fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 6, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 6, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1306fd; background: linear-gradient(135deg, #1306fd, #B806FD);