#2b2cbf
a balanced, vivid blue · warm · closest name: navy
RGB
43, 44, 191
HSL
240°, 63%, 46%
CMYK
78, 77, 0, 25
Luminance
0.0608
Every format
| HEX | #2b2cbf |
| RGB | rgb(43, 44, 191) |
| HSL | hsl(240, 63%, 46%) |
| CMYK | cmyk(78%, 77%, 0%, 25%) |
| LAB | lab(29.6 49.3 -75.5) |
| LCH | lch(29.6 90.2 303.1) |
| OKLCH | oklch(0.414 0.219 271.3) |
Copy-ready code
/* CSS */
color: #2b2cbf;
background-color: #2b2cbf;
/* Tailwind (arbitrary) */
class="text-[#2b2cbf] bg-[#2b2cbf]"
/* SCSS */
$brand: #2b2cbf;
/* SwiftUI */
Color(red: 0.169, green: 0.173, blue: 0.749)
/* Android */
Color.parseColor("#2b2cbf")Accessibility — WCAG contrast
Aa
#2b2cbf on white: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2b2cbf on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green17.3%
Blue74.9%
CMYK percentages
Cyan77.5%
Magenta77.0%
Yellow0.0%
Key (black)25.1%
Color previews
#2b2cbf text on a black background
contrast 2.22:1
Card sample
#2b2cbf text on a white background
contrast 9.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b2cbf;
Background color
Panel with #2b2cbf background
background-color: #2b2cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b2cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 44, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 44, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b2cbf; background: linear-gradient(135deg, #2b2cbf, #8D2BBF);