#094daf
a dark, electric blue · cool · closest name: royalblue
RGB
9, 77, 175
HSL
215°, 90%, 36%
CMYK
95, 56, 0, 31
Luminance
0.0846
Every format
| HEX | #094daf |
| RGB | rgb(9, 77, 175) |
| HSL | hsl(215, 90%, 36%) |
| CMYK | cmyk(95%, 56%, 0%, 31%) |
| LAB | lab(34.9 20.4 -57.4) |
| LCH | lch(34.9 60.9 289.6) |
| OKLCH | oklch(0.446 0.169 259.5) |
Copy-ready code
/* CSS */
color: #094daf;
background-color: #094daf;
/* Tailwind (arbitrary) */
class="text-[#094daf] bg-[#094daf]"
/* SCSS */
$brand: #094daf;
/* SwiftUI */
Color(red: 0.035, green: 0.302, blue: 0.686)
/* Android */
Color.parseColor("#094daf")Accessibility — WCAG contrast
Aa
#094daf on white: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#094daf on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green30.2%
Blue68.6%
CMYK percentages
Cyan94.9%
Magenta56.0%
Yellow0.0%
Key (black)31.4%
Color previews
#094daf text on a black background
contrast 2.69:1
Card sample
#094daf text on a white background
contrast 7.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #094daf;
Background color
Panel with #094daf background
background-color: #094daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #094daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 77, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 77, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #094daf; background: linear-gradient(135deg, #094daf, #3409AF);