#261237
a deep, vivid violet · warm · closest name: black
RGB
38, 18, 55
HSL
272°, 51%, 14%
CMYK
31, 67, 0, 78
Luminance
0.0112
Every format
| HEX | #261237 |
| RGB | rgb(38, 18, 55) |
| HSL | hsl(272, 51%, 14%) |
| CMYK | cmyk(31%, 67%, 0%, 78%) |
| LAB | lab(10.0 19.0 -20.3) |
| LCH | lch(10.0 27.8 313.2) |
| OKLCH | oklch(0.232 0.071 306.6) |
Copy-ready code
/* CSS */
color: #261237;
background-color: #261237;
/* Tailwind (arbitrary) */
class="text-[#261237] bg-[#261237]"
/* SCSS */
$brand: #261237;
/* SwiftUI */
Color(red: 0.149, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#261237")Accessibility — WCAG contrast
Aa
#261237 on white: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#261237 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green7.1%
Blue21.6%
CMYK percentages
Cyan30.9%
Magenta67.3%
Yellow0.0%
Key (black)78.4%
Color previews
#261237 text on a black background
contrast 1.22:1
Card sample
#261237 text on a white background
contrast 17.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #261237;
Background color
Panel with #261237 background
background-color: #261237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #261237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #261237; background: linear-gradient(135deg, #261237, #37122F);