#092af4
a balanced, electric blue · warm · closest name: blue
RGB
9, 42, 244
HSL
232°, 93%, 50%
CMYK
96, 83, 0, 4
Luminance
0.0825
Every format
| HEX | #092af4 |
| RGB | rgb(9, 42, 244) |
| HSL | hsl(232, 93%, 50%) |
| CMYK | cmyk(96%, 83%, 0%, 4%) |
| LAB | lab(34.5 65.6 -98.0) |
| LCH | lch(34.5 117.9 303.8) |
| OKLCH | oklch(0.463 0.285 264.8) |
Copy-ready code
/* CSS */
color: #092af4;
background-color: #092af4;
/* Tailwind (arbitrary) */
class="text-[#092af4] bg-[#092af4]"
/* SCSS */
$brand: #092af4;
/* SwiftUI */
Color(red: 0.035, green: 0.165, blue: 0.957)
/* Android */
Color.parseColor("#092af4")Accessibility — WCAG contrast
Aa
#092af4 on white: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092af4 on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green16.5%
Blue95.7%
CMYK percentages
Cyan96.3%
Magenta82.8%
Yellow0.0%
Key (black)4.3%
Color previews
#092af4 text on a black background
contrast 2.65:1
Card sample
#092af4 text on a white background
contrast 7.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092af4;
Background color
Panel with #092af4 background
background-color: #092af4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092af4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 42, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 42, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092af4; background: linear-gradient(135deg, #092af4, #8509F4);