#121069
a deep, vivid blue · warm · closest name: midnightblue
RGB
18, 16, 105
HSL
241°, 74%, 24%
CMYK
83, 85, 0, 59
Luminance
0.0152
Every format
| HEX | #121069 |
| RGB | rgb(18, 16, 105) |
| HSL | hsl(241, 74%, 24%) |
| CMYK | cmyk(83%, 85%, 0%, 59%) |
| LAB | lab(12.7 33.9 -50.2) |
| LCH | lch(12.7 60.6 304.0) |
| OKLCH | oklch(0.262 0.145 271.3) |
Copy-ready code
/* CSS */
color: #121069;
background-color: #121069;
/* Tailwind (arbitrary) */
class="text-[#121069] bg-[#121069]"
/* SCSS */
$brand: #121069;
/* SwiftUI */
Color(red: 0.071, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#121069")Accessibility — WCAG contrast
Aa
#121069 on white: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#121069 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green6.3%
Blue41.2%
CMYK percentages
Cyan82.9%
Magenta84.8%
Yellow0.0%
Key (black)58.8%
Color previews
#121069 text on a black background
contrast 1.30:1
Card sample
#121069 text on a white background
contrast 16.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #121069;
Background color
Panel with #121069 background
background-color: #121069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #121069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #121069; background: linear-gradient(135deg, #121069, #4D1069);