#264382
a dark, vivid blue · cool · closest name: midnightblue
RGB
38, 67, 130
HSL
221°, 55%, 33%
CMYK
71, 49, 0, 49
Luminance
0.0604
Every format
| HEX | #264382 |
| RGB | rgb(38, 67, 130) |
| HSL | hsl(221, 55%, 33%) |
| CMYK | cmyk(71%, 49%, 0%, 49%) |
| LAB | lab(29.5 11.8 -38.8) |
| LCH | lch(29.5 40.5 286.9) |
| OKLCH | oklch(0.396 0.112 263.5) |
Copy-ready code
/* CSS */
color: #264382;
background-color: #264382;
/* Tailwind (arbitrary) */
class="text-[#264382] bg-[#264382]"
/* SCSS */
$brand: #264382;
/* SwiftUI */
Color(red: 0.149, green: 0.263, blue: 0.510)
/* Android */
Color.parseColor("#264382")Accessibility — WCAG contrast
Aa
#264382 on white: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#264382 on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green26.3%
Blue51.0%
CMYK percentages
Cyan70.8%
Magenta48.5%
Yellow0.0%
Key (black)49.0%
Color previews
#264382 text on a black background
contrast 2.21:1
Card sample
#264382 text on a white background
contrast 9.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #264382;
Background color
Panel with #264382 background
background-color: #264382;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #264382;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 67, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 67, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #264382; background: linear-gradient(135deg, #264382, #462682);