#1306eb
a balanced, electric blue · warm · closest name: blue
RGB
19, 6, 235
HSL
243°, 95%, 47%
CMYK
92, 97, 0, 8
Luminance
0.0627
Every format
| HEX | #1306eb |
| RGB | rgb(19, 6, 235) |
| HSL | hsl(243, 95%, 47%) |
| CMYK | cmyk(92%, 97%, 0%, 8%) |
| LAB | lab(30.1 73.5 -100.3) |
| LCH | lch(30.1 124.3 306.3) |
| OKLCH | oklch(0.430 0.290 265.7) |
Copy-ready code
/* CSS */
color: #1306eb;
background-color: #1306eb;
/* Tailwind (arbitrary) */
class="text-[#1306eb] bg-[#1306eb]"
/* SCSS */
$brand: #1306eb;
/* SwiftUI */
Color(red: 0.075, green: 0.024, blue: 0.922)
/* Android */
Color.parseColor("#1306eb")Accessibility — WCAG contrast
Aa
#1306eb on white: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1306eb on black: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green2.4%
Blue92.2%
CMYK percentages
Cyan91.9%
Magenta97.4%
Yellow0.0%
Key (black)7.8%
Color previews
#1306eb text on a black background
contrast 2.25:1
Card sample
#1306eb text on a white background
contrast 9.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1306eb;
Background color
Panel with #1306eb background
background-color: #1306eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1306eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 6, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 6, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1306eb; background: linear-gradient(135deg, #1306eb, #AC06EB);