#2b116e
a deep, vivid violet · warm · closest name: midnightblue
RGB
43, 17, 110
HSL
257°, 73%, 25%
CMYK
61, 85, 0, 57
Luminance
0.0204
Every format
| HEX | #2b116e |
| RGB | rgb(43, 17, 110) |
| HSL | hsl(257, 73%, 25%) |
| CMYK | cmyk(61%, 85%, 0%, 57%) |
| LAB | lab(15.7 37.5 -48.5) |
| LCH | lch(15.7 61.3 307.7) |
| OKLCH | oklch(0.290 0.145 285.8) |
Copy-ready code
/* CSS */
color: #2b116e;
background-color: #2b116e;
/* Tailwind (arbitrary) */
class="text-[#2b116e] bg-[#2b116e]"
/* SCSS */
$brand: #2b116e;
/* SwiftUI */
Color(red: 0.169, green: 0.067, blue: 0.431)
/* Android */
Color.parseColor("#2b116e")Accessibility — WCAG contrast
Aa
#2b116e on white: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2b116e on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green6.7%
Blue43.1%
CMYK percentages
Cyan60.9%
Magenta84.5%
Yellow0.0%
Key (black)56.9%
Color previews
#2b116e text on a black background
contrast 1.41:1
Card sample
#2b116e text on a white background
contrast 14.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b116e;
Background color
Panel with #2b116e background
background-color: #2b116e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b116e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 17, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 17, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b116e; background: linear-gradient(135deg, #2b116e, #69116E);