#231069
a deep, vivid blue · warm · closest name: midnightblue
RGB
35, 16, 105
HSL
253°, 74%, 24%
CMYK
67, 85, 0, 59
Luminance
0.0175
Every format
| HEX | #231069 |
| RGB | rgb(35, 16, 105) |
| HSL | hsl(253, 74%, 24%) |
| CMYK | cmyk(67%, 85%, 0%, 59%) |
| LAB | lab(14.1 35.4 -47.9) |
| LCH | lch(14.1 59.6 306.5) |
| OKLCH | oklch(0.276 0.141 281.7) |
Copy-ready code
/* CSS */
color: #231069;
background-color: #231069;
/* Tailwind (arbitrary) */
class="text-[#231069] bg-[#231069]"
/* SCSS */
$brand: #231069;
/* SwiftUI */
Color(red: 0.137, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#231069")Accessibility — WCAG contrast
Aa
#231069 on white: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#231069 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green6.3%
Blue41.2%
CMYK percentages
Cyan66.7%
Magenta84.8%
Yellow0.0%
Key (black)58.8%
Color previews
#231069 text on a black background
contrast 1.35:1
Card sample
#231069 text on a white background
contrast 15.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #231069;
Background color
Panel with #231069 background
background-color: #231069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #231069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #231069; background: linear-gradient(135deg, #231069, #5E1069);