#261c73
a dark, vivid blue · warm · closest name: midnightblue
RGB
38, 28, 115
HSL
247°, 61%, 28%
CMYK
67, 76, 0, 55
Luminance
0.0248
Every format
| HEX | #261c73 |
| RGB | rgb(38, 28, 115) |
| HSL | hsl(247, 61%, 28%) |
| CMYK | cmyk(67%, 76%, 0%, 55%) |
| LAB | lab(17.8 32.5 -48.2) |
| LCH | lch(17.8 58.1 303.9) |
| OKLCH | oklch(0.306 0.141 279.2) |
Copy-ready code
/* CSS */
color: #261c73;
background-color: #261c73;
/* Tailwind (arbitrary) */
class="text-[#261c73] bg-[#261c73]"
/* SCSS */
$brand: #261c73;
/* SwiftUI */
Color(red: 0.149, green: 0.110, blue: 0.451)
/* Android */
Color.parseColor("#261c73")Accessibility — WCAG contrast
Aa
#261c73 on white: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#261c73 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green11.0%
Blue45.1%
CMYK percentages
Cyan67.0%
Magenta75.7%
Yellow0.0%
Key (black)54.9%
Color previews
#261c73 text on a black background
contrast 1.50:1
Card sample
#261c73 text on a white background
contrast 14.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #261c73;
Background color
Panel with #261c73 background
background-color: #261c73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #261c73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 28, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 28, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #261c73; background: linear-gradient(135deg, #261c73, #601C73);