#26309c
a dark, vivid blue · warm · closest name: midnightblue
RGB
38, 48, 156
HSL
235°, 61%, 38%
CMYK
76, 69, 0, 39
Luminance
0.0493
Every format
| HEX | #26309c |
| RGB | rgb(38, 48, 156) |
| HSL | hsl(235, 61%, 38%) |
| CMYK | cmyk(76%, 69%, 0%, 39%) |
| LAB | lab(26.5 34.5 -59.6) |
| LCH | lch(26.5 68.9 300.1) |
| OKLCH | oklch(0.381 0.173 271.0) |
Copy-ready code
/* CSS */
color: #26309c;
background-color: #26309c;
/* Tailwind (arbitrary) */
class="text-[#26309c] bg-[#26309c]"
/* SCSS */
$brand: #26309c;
/* SwiftUI */
Color(red: 0.149, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#26309c")Accessibility — WCAG contrast
Aa
#26309c on white: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#26309c on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green18.8%
Blue61.2%
CMYK percentages
Cyan75.6%
Magenta69.2%
Yellow0.0%
Key (black)38.8%
Color previews
#26309c text on a black background
contrast 1.99:1
Card sample
#26309c text on a white background
contrast 10.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #26309c;
Background color
Panel with #26309c background
background-color: #26309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #26309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #26309c; background: linear-gradient(135deg, #26309c, #6B269C);