#1b0fac
a dark, electric blue · warm · closest name: navy
RGB
27, 15, 172
HSL
245°, 84%, 37%
CMYK
84, 91, 0, 33
Luminance
0.0355
Every format
| HEX | #1b0fac |
| RGB | rgb(27, 15, 172) |
| HSL | hsl(245, 84%, 37%) |
| CMYK | cmyk(84%, 91%, 0%, 33%) |
| LAB | lab(22.1 55.4 -76.6) |
| LCH | lch(22.1 94.5 305.9) |
| OKLCH | oklch(0.354 0.222 269.3) |
Copy-ready code
/* CSS */
color: #1b0fac;
background-color: #1b0fac;
/* Tailwind (arbitrary) */
class="text-[#1b0fac] bg-[#1b0fac]"
/* SCSS */
$brand: #1b0fac;
/* SwiftUI */
Color(red: 0.106, green: 0.059, blue: 0.675)
/* Android */
Color.parseColor("#1b0fac")Accessibility — WCAG contrast
Aa
#1b0fac on white: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b0fac on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green5.9%
Blue67.5%
CMYK percentages
Cyan84.3%
Magenta91.3%
Yellow0.0%
Key (black)32.5%
Color previews
#1b0fac text on a black background
contrast 1.71:1
Card sample
#1b0fac text on a white background
contrast 12.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b0fac;
Background color
Panel with #1b0fac background
background-color: #1b0fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b0fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 15, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 15, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b0fac; background: linear-gradient(135deg, #1b0fac, #840FAC);