#243060
a dark, vivid blue · warm · closest name: midnightblue
RGB
36, 48, 96
HSL
228°, 46%, 26%
CMYK
63, 50, 0, 62
Luminance
0.0333
Every format
| HEX | #243060 |
| RGB | rgb(36, 48, 96) |
| HSL | hsl(228, 46%, 26%) |
| CMYK | cmyk(63%, 50%, 0%, 62%) |
| LAB | lab(21.3 11.5 -30.2) |
| LCH | lch(21.3 32.3 290.8) |
| OKLCH | oklch(0.326 0.086 270.5) |
Copy-ready code
/* CSS */
color: #243060;
background-color: #243060;
/* Tailwind (arbitrary) */
class="text-[#243060] bg-[#243060]"
/* SCSS */
$brand: #243060;
/* SwiftUI */
Color(red: 0.141, green: 0.188, blue: 0.376)
/* Android */
Color.parseColor("#243060")Accessibility — WCAG contrast
Aa
#243060 on white: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#243060 on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green18.8%
Blue37.6%
CMYK percentages
Cyan62.5%
Magenta50.0%
Yellow0.0%
Key (black)62.4%
Color previews
#243060 text on a black background
contrast 1.67:1
Card sample
#243060 text on a white background
contrast 12.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #243060;
Background color
Panel with #243060 background
background-color: #243060;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #243060;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 48, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 48, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #243060; background: linear-gradient(135deg, #243060, #402460);