#101045
a deep, vivid blue · warm · closest name: midnightblue
RGB
16, 16, 69
HSL
240°, 62%, 17%
CMYK
77, 77, 0, 73
Luminance
0.0091
Every format
| HEX | #101045 |
| RGB | rgb(16, 16, 69) |
| HSL | hsl(240, 62%, 17%) |
| CMYK | cmyk(77%, 77%, 0%, 73%) |
| LAB | lab(8.2 20.3 -33.2) |
| LCH | lch(8.2 38.9 301.4) |
| OKLCH | oklch(0.217 0.096 274.9) |
Copy-ready code
/* CSS */
color: #101045;
background-color: #101045;
/* Tailwind (arbitrary) */
class="text-[#101045] bg-[#101045]"
/* SCSS */
$brand: #101045;
/* SwiftUI */
Color(red: 0.063, green: 0.063, blue: 0.271)
/* Android */
Color.parseColor("#101045")Accessibility — WCAG contrast
Aa
#101045 on white: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#101045 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green6.3%
Blue27.1%
CMYK percentages
Cyan76.8%
Magenta76.8%
Yellow0.0%
Key (black)72.9%
Color previews
#101045 text on a black background
contrast 1.18:1
Card sample
#101045 text on a white background
contrast 17.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #101045;
Background color
Panel with #101045 background
background-color: #101045;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #101045;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 16, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 16, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #101045; background: linear-gradient(135deg, #101045, #331045);