#0907cf
a dark, electric blue · warm · closest name: blue
RGB
9, 7, 207
HSL
241°, 94%, 42%
CMYK
96, 97, 0, 19
Luminance
0.0472
Every format
| HEX | #0907cf |
| RGB | rgb(9, 7, 207) |
| HSL | hsl(241, 94%, 42%) |
| CMYK | cmyk(96%, 97%, 0%, 19%) |
| LAB | lab(25.9 66.3 -91.1) |
| LCH | lch(25.9 112.7 306.0) |
| OKLCH | oklch(0.391 0.264 265.0) |
Copy-ready code
/* CSS */
color: #0907cf;
background-color: #0907cf;
/* Tailwind (arbitrary) */
class="text-[#0907cf] bg-[#0907cf]"
/* SCSS */
$brand: #0907cf;
/* SwiftUI */
Color(red: 0.035, green: 0.027, blue: 0.812)
/* Android */
Color.parseColor("#0907cf")Accessibility — WCAG contrast
Aa
#0907cf on white: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0907cf on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green2.7%
Blue81.2%
CMYK percentages
Cyan95.7%
Magenta96.6%
Yellow0.0%
Key (black)18.8%
Color previews
#0907cf text on a black background
contrast 1.94:1
Card sample
#0907cf text on a white background
contrast 10.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0907cf;
Background color
Panel with #0907cf background
background-color: #0907cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0907cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 7, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 7, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0907cf; background: linear-gradient(135deg, #0907cf, #8E07CF);