#094baf
a dark, electric blue · cool · closest name: royalblue
RGB
9, 75, 175
HSL
216°, 90%, 36%
CMYK
95, 57, 0, 31
Luminance
0.0819
Every format
| HEX | #094baf |
| RGB | rgb(9, 75, 175) |
| HSL | hsl(216, 90%, 36%) |
| CMYK | cmyk(95%, 57%, 0%, 31%) |
| LAB | lab(34.4 21.8 -58.3) |
| LCH | lch(34.4 62.2 290.5) |
| OKLCH | oklch(0.442 0.171 260.0) |
Copy-ready code
/* CSS */
color: #094baf;
background-color: #094baf;
/* Tailwind (arbitrary) */
class="text-[#094baf] bg-[#094baf]"
/* SCSS */
$brand: #094baf;
/* SwiftUI */
Color(red: 0.035, green: 0.294, blue: 0.686)
/* Android */
Color.parseColor("#094baf")Accessibility — WCAG contrast
Aa
#094baf on white: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#094baf on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green29.4%
Blue68.6%
CMYK percentages
Cyan94.9%
Magenta57.1%
Yellow0.0%
Key (black)31.4%
Color previews
#094baf text on a black background
contrast 2.64:1
Card sample
#094baf text on a white background
contrast 7.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #094baf;
Background color
Panel with #094baf background
background-color: #094baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #094baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 75, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 75, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #094baf; background: linear-gradient(135deg, #094baf, #3609AF);