#1b2cf6
a balanced, electric blue · warm · closest name: blue
RGB
27, 44, 246
HSL
235°, 92%, 54%
CMYK
89, 82, 0, 4
Luminance
0.0869
Every format
| HEX | #1b2cf6 |
| RGB | rgb(27, 44, 246) |
| HSL | hsl(235, 92%, 54%) |
| CMYK | cmyk(89%, 82%, 0%, 4%) |
| LAB | lab(35.4 65.6 -97.7) |
| LCH | lch(35.4 117.6 303.9) |
| OKLCH | oklch(0.471 0.283 266.4) |
Copy-ready code
/* CSS */
color: #1b2cf6;
background-color: #1b2cf6;
/* Tailwind (arbitrary) */
class="text-[#1b2cf6] bg-[#1b2cf6]"
/* SCSS */
$brand: #1b2cf6;
/* SwiftUI */
Color(red: 0.106, green: 0.173, blue: 0.965)
/* Android */
Color.parseColor("#1b2cf6")Accessibility — WCAG contrast
Aa
#1b2cf6 on white: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b2cf6 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green17.3%
Blue96.5%
CMYK percentages
Cyan89.0%
Magenta82.1%
Yellow0.0%
Key (black)3.5%
Color previews
#1b2cf6 text on a black background
contrast 2.74:1
Card sample
#1b2cf6 text on a white background
contrast 7.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b2cf6;
Background color
Panel with #1b2cf6 background
background-color: #1b2cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b2cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 44, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 44, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b2cf6; background: linear-gradient(135deg, #1b2cf6, #9C1BF6);