#09127c
a dark, electric blue · warm · closest name: navy
RGB
9, 18, 124
HSL
235°, 87%, 26%
CMYK
93, 86, 0, 51
Luminance
0.0195
Every format
| HEX | #09127c |
| RGB | rgb(9, 18, 124) |
| HSL | hsl(235, 87%, 26%) |
| CMYK | cmyk(93%, 86%, 0%, 51%) |
| LAB | lab(15.2 39.0 -58.4) |
| LCH | lch(15.2 70.2 303.7) |
| OKLCH | oklch(0.286 0.170 266.6) |
Copy-ready code
/* CSS */
color: #09127c;
background-color: #09127c;
/* Tailwind (arbitrary) */
class="text-[#09127c] bg-[#09127c]"
/* SCSS */
$brand: #09127c;
/* SwiftUI */
Color(red: 0.035, green: 0.071, blue: 0.486)
/* Android */
Color.parseColor("#09127c")Accessibility — WCAG contrast
Aa
#09127c on white: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#09127c on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green7.1%
Blue48.6%
CMYK percentages
Cyan92.7%
Magenta85.5%
Yellow0.0%
Key (black)51.4%
Color previews
#09127c text on a black background
contrast 1.39:1
Card sample
#09127c text on a white background
contrast 15.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09127c;
Background color
Panel with #09127c background
background-color: #09127c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09127c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 18, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 18, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09127c; background: linear-gradient(135deg, #09127c, #4D097C);