#263c7d
a dark, vivid blue · cool · closest name: midnightblue
RGB
38, 60, 125
HSL
225°, 53%, 32%
CMYK
70, 52, 0, 51
Luminance
0.0512
Every format
| HEX | #263c7d |
| RGB | rgb(38, 60, 125) |
| HSL | hsl(225, 53%, 32%) |
| CMYK | cmyk(70%, 52%, 0%, 51%) |
| LAB | lab(27.1 14.7 -39.5) |
| LCH | lch(27.1 42.2 290.3) |
| OKLCH | oklch(0.377 0.114 266.8) |
Copy-ready code
/* CSS */
color: #263c7d;
background-color: #263c7d;
/* Tailwind (arbitrary) */
class="text-[#263c7d] bg-[#263c7d]"
/* SCSS */
$brand: #263c7d;
/* SwiftUI */
Color(red: 0.149, green: 0.235, blue: 0.490)
/* Android */
Color.parseColor("#263c7d")Accessibility — WCAG contrast
Aa
#263c7d on white: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#263c7d on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.9%
Green23.5%
Blue49.0%
CMYK percentages
Cyan69.6%
Magenta52.0%
Yellow0.0%
Key (black)51.0%
Color previews
#263c7d text on a black background
contrast 2.02:1
Card sample
#263c7d text on a white background
contrast 10.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #263c7d;
Background color
Panel with #263c7d background
background-color: #263c7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #263c7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(38, 60, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(38, 60, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #263c7d; background: linear-gradient(135deg, #263c7d, #4A267D);