#1b0cdf
a balanced, electric blue · warm · closest name: blue
RGB
27, 12, 223
HSL
244°, 90%, 46%
CMYK
88, 95, 0, 13
Luminance
0.0582
Every format
| HEX | #1b0cdf |
| RGB | rgb(27, 12, 223) |
| HSL | hsl(244, 90%, 46%) |
| CMYK | cmyk(88%, 95%, 0%, 13%) |
| LAB | lab(29.0 69.6 -95.3) |
| LCH | lch(29.0 118.0 306.2) |
| OKLCH | oklch(0.419 0.276 267.2) |
Copy-ready code
/* CSS */
color: #1b0cdf;
background-color: #1b0cdf;
/* Tailwind (arbitrary) */
class="text-[#1b0cdf] bg-[#1b0cdf]"
/* SCSS */
$brand: #1b0cdf;
/* SwiftUI */
Color(red: 0.106, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#1b0cdf")Accessibility — WCAG contrast
Aa
#1b0cdf on white: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b0cdf on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green4.7%
Blue87.5%
CMYK percentages
Cyan87.9%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#1b0cdf text on a black background
contrast 2.16:1
Card sample
#1b0cdf text on a white background
contrast 9.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b0cdf;
Background color
Panel with #1b0cdf background
background-color: #1b0cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b0cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b0cdf; background: linear-gradient(135deg, #1b0cdf, #A80CDF);