#1b0ade
a balanced, electric blue · warm · closest name: blue
RGB
27, 10, 222
HSL
245°, 91%, 46%
CMYK
88, 96, 0, 13
Luminance
0.0572
Every format
| HEX | #1b0ade |
| RGB | rgb(27, 10, 222) |
| HSL | hsl(245, 91%, 46%) |
| CMYK | cmyk(88%, 96%, 0%, 13%) |
| LAB | lab(28.7 69.7 -95.1) |
| LCH | lch(28.7 117.9 306.3) |
| OKLCH | oklch(0.417 0.275 267.2) |
Copy-ready code
/* CSS */
color: #1b0ade;
background-color: #1b0ade;
/* Tailwind (arbitrary) */
class="text-[#1b0ade] bg-[#1b0ade]"
/* SCSS */
$brand: #1b0ade;
/* SwiftUI */
Color(red: 0.106, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#1b0ade")Accessibility — WCAG contrast
Aa
#1b0ade on white: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b0ade on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green3.9%
Blue87.1%
CMYK percentages
Cyan87.8%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#1b0ade text on a black background
contrast 2.14:1
Card sample
#1b0ade text on a white background
contrast 9.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b0ade;
Background color
Panel with #1b0ade background
background-color: #1b0ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b0ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b0ade; background: linear-gradient(135deg, #1b0ade, #A80ADE);