#0924cf
a dark, electric blue · warm · closest name: navy
RGB
9, 36, 207
HSL
232°, 92%, 42%
CMYK
96, 83, 0, 19
Luminance
0.0582
Every format
| HEX | #0924cf |
| RGB | rgb(9, 36, 207) |
| HSL | hsl(232, 92%, 42%) |
| CMYK | cmyk(96%, 83%, 0%, 19%) |
| LAB | lab(29.0 57.0 -86.0) |
| LCH | lch(29.0 103.2 303.6) |
| OKLCH | oklch(0.412 0.250 265.0) |
Copy-ready code
/* CSS */
color: #0924cf;
background-color: #0924cf;
/* Tailwind (arbitrary) */
class="text-[#0924cf] bg-[#0924cf]"
/* SCSS */
$brand: #0924cf;
/* SwiftUI */
Color(red: 0.035, green: 0.141, blue: 0.812)
/* Android */
Color.parseColor("#0924cf")Accessibility — WCAG contrast
Aa
#0924cf on white: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0924cf on black: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green14.1%
Blue81.2%
CMYK percentages
Cyan95.7%
Magenta82.6%
Yellow0.0%
Key (black)18.8%
Color previews
#0924cf text on a black background
contrast 2.16:1
Card sample
#0924cf text on a white background
contrast 9.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0924cf;
Background color
Panel with #0924cf background
background-color: #0924cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0924cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 36, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 36, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0924cf; background: linear-gradient(135deg, #0924cf, #7209CF);