#2b28bf
a balanced, vivid blue · warm · closest name: navy
RGB
43, 40, 191
HSL
241°, 65%, 45%
CMYK
78, 79, 0, 25
Luminance
0.0579
Every format
| HEX | #2b28bf |
| RGB | rgb(43, 40, 191) |
| HSL | hsl(241, 65%, 45%) |
| CMYK | cmyk(78%, 79%, 0%, 25%) |
| LAB | lab(28.9 51.4 -76.7) |
| LCH | lch(28.9 92.3 303.8) |
| OKLCH | oklch(0.409 0.222 271.6) |
Copy-ready code
/* CSS */
color: #2b28bf;
background-color: #2b28bf;
/* Tailwind (arbitrary) */
class="text-[#2b28bf] bg-[#2b28bf]"
/* SCSS */
$brand: #2b28bf;
/* SwiftUI */
Color(red: 0.169, green: 0.157, blue: 0.749)
/* Android */
Color.parseColor("#2b28bf")Accessibility — WCAG contrast
Aa
#2b28bf on white: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2b28bf on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green15.7%
Blue74.9%
CMYK percentages
Cyan77.5%
Magenta79.1%
Yellow0.0%
Key (black)25.1%
Color previews
#2b28bf text on a black background
contrast 2.16:1
Card sample
#2b28bf text on a white background
contrast 9.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b28bf;
Background color
Panel with #2b28bf background
background-color: #2b28bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b28bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 40, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 40, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b28bf; background: linear-gradient(135deg, #2b28bf, #9028BF);