#092acf
a dark, electric blue · warm · closest name: navy
RGB
9, 42, 207
HSL
230°, 92%, 42%
CMYK
96, 80, 0, 19
Luminance
0.0622
Every format
| HEX | #092acf |
| RGB | rgb(9, 42, 207) |
| HSL | hsl(230, 92%, 42%) |
| CMYK | cmyk(96%, 80%, 0%, 19%) |
| LAB | lab(29.9 54.1 -84.3) |
| LCH | lch(29.9 100.2 302.7) |
| OKLCH | oklch(0.419 0.246 264.9) |
Copy-ready code
/* CSS */
color: #092acf;
background-color: #092acf;
/* Tailwind (arbitrary) */
class="text-[#092acf] bg-[#092acf]"
/* SCSS */
$brand: #092acf;
/* SwiftUI */
Color(red: 0.035, green: 0.165, blue: 0.812)
/* Android */
Color.parseColor("#092acf")Accessibility — WCAG contrast
Aa
#092acf on white: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#092acf on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green16.5%
Blue81.2%
CMYK percentages
Cyan95.7%
Magenta79.7%
Yellow0.0%
Key (black)18.8%
Color previews
#092acf text on a black background
contrast 2.24:1
Card sample
#092acf text on a white background
contrast 9.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #092acf;
Background color
Panel with #092acf background
background-color: #092acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #092acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 42, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 42, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #092acf; background: linear-gradient(135deg, #092acf, #6C09CF);