#264792
a dark, vivid blue · cool · closest name: midnightblue
RGB
38, 71, 146
HSL
222°, 59%, 36%
CMYK
74, 51, 0, 43
Luminance
0.0699
Every format
| HEX | #264792 |
| RGB | rgb(38, 71, 146) |
| HSL | hsl(222, 59%, 36%) |
| CMYK | cmyk(74%, 51%, 0%, 43%) |
| LAB | lab(31.8 15.3 -44.9) |
| LCH | lch(31.8 47.5 288.8) |
| OKLCH | oklch(0.417 0.130 263.8) |
Copy-ready code
/* CSS */
color: #264792;
background-color: #264792;
/* Tailwind (arbitrary) */
class="text-[#264792] bg-[#264792]"
/* SCSS */
$brand: #264792;
/* SwiftUI */
Color(red: 0.149, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#264792")Accessibility — WCAG contrast
Aa
#264792 on white: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#264792 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green27.8%
Blue57.3%
CMYK percentages
Cyan74.0%
Magenta51.4%
Yellow0.0%
Key (black)42.7%
Color previews
#264792 text on a black background
contrast 2.40:1
Card sample
#264792 text on a white background
contrast 8.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #264792;
Background color
Panel with #264792 background
background-color: #264792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #264792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #264792; background: linear-gradient(135deg, #264792, #4D2692);