#2b2256
a deep, soft blue · warm · closest name: midnightblue
RGB
43, 34, 86
HSL
250°, 43%, 24%
CMYK
50, 61, 0, 66
Luminance
0.0233
Every format
| HEX | #2b2256 |
| RGB | rgb(43, 34, 86) |
| HSL | hsl(250, 43%, 24%) |
| CMYK | cmyk(50%, 61%, 0%, 66%) |
| LAB | lab(17.1 19.4 -30.3) |
| LCH | lch(17.1 36.0 302.7) |
| OKLCH | oklch(0.294 0.090 287.4) |
Copy-ready code
/* CSS */
color: #2b2256;
background-color: #2b2256;
/* Tailwind (arbitrary) */
class="text-[#2b2256] bg-[#2b2256]"
/* SCSS */
$brand: #2b2256;
/* SwiftUI */
Color(red: 0.169, green: 0.133, blue: 0.337)
/* Android */
Color.parseColor("#2b2256")Accessibility — WCAG contrast
Aa
#2b2256 on white: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2b2256 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green13.3%
Blue33.7%
CMYK percentages
Cyan50.0%
Magenta60.5%
Yellow0.0%
Key (black)66.3%
Color previews
#2b2256 text on a black background
contrast 1.47:1
Card sample
#2b2256 text on a white background
contrast 14.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b2256;
Background color
Panel with #2b2256 background
background-color: #2b2256;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b2256;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 34, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 34, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b2256; background: linear-gradient(135deg, #2b2256, #4E2256);