#261760
a deep, vivid blue · warm · closest name: midnightblue
RGB
38, 23, 96
HSL
252°, 61%, 23%
CMYK
60, 76, 0, 62
Luminance
0.0187
Every format
| HEX | #261760 |
| RGB | rgb(38, 23, 96) |
| HSL | hsl(252, 61%, 23%) |
| CMYK | cmyk(60%, 76%, 0%, 62%) |
| LAB | lab(14.8 29.0 -40.8) |
| LCH | lch(14.8 50.1 305.4) |
| OKLCH | oklch(0.278 0.121 284.7) |
Copy-ready code
/* CSS */
color: #261760;
background-color: #261760;
/* Tailwind (arbitrary) */
class="text-[#261760] bg-[#261760]"
/* SCSS */
$brand: #261760;
/* SwiftUI */
Color(red: 0.149, green: 0.090, blue: 0.376)
/* Android */
Color.parseColor("#261760")Accessibility — WCAG contrast
Aa
#261760 on white: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#261760 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green9.0%
Blue37.6%
CMYK percentages
Cyan60.4%
Magenta76.0%
Yellow0.0%
Key (black)62.4%
Color previews
#261760 text on a black background
contrast 1.37:1
Card sample
#261760 text on a white background
contrast 15.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #261760;
Background color
Panel with #261760 background
background-color: #261760;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #261760;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 23, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 23, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #261760; background: linear-gradient(135deg, #261760, #561760);