#094df6
a balanced, electric blue · cool · closest name: royalblue
RGB
9, 77, 246
HSL
223°, 93%, 50%
CMYK
96, 69, 0, 4
Luminance
0.1202
Every format
| HEX | #094df6 |
| RGB | rgb(9, 77, 246) |
| HSL | hsl(223, 93%, 50%) |
| CMYK | cmyk(96%, 69%, 0%, 4%) |
| LAB | lab(41.2 47.6 -87.9) |
| LCH | lch(41.2 100.0 298.4) |
| OKLCH | oklch(0.512 0.257 263.5) |
Copy-ready code
/* CSS */
color: #094df6;
background-color: #094df6;
/* Tailwind (arbitrary) */
class="text-[#094df6] bg-[#094df6]"
/* SCSS */
$brand: #094df6;
/* SwiftUI */
Color(red: 0.035, green: 0.302, blue: 0.965)
/* Android */
Color.parseColor("#094df6")Accessibility — WCAG contrast
Aa
#094df6 on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#094df6 on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green30.2%
Blue96.5%
CMYK percentages
Cyan96.3%
Magenta68.7%
Yellow0.0%
Key (black)3.5%
Color previews
#094df6 text on a black background
contrast 3.40:1
Card sample
#094df6 text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #094df6;
Background color
Panel with #094df6 background
background-color: #094df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #094df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 77, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 77, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #094df6; background: linear-gradient(135deg, #094df6, #6309F6);