#0902cf
a dark, electric blue · warm · closest name: blue
RGB
9, 2, 207
HSL
242°, 98%, 41%
CMYK
96, 99, 0, 19
Luminance
0.0461
Every format
| HEX | #0902cf |
| RGB | rgb(9, 2, 207) |
| HSL | hsl(242, 98%, 41%) |
| CMYK | cmyk(96%, 99%, 0%, 19%) |
| LAB | lab(25.6 67.3 -91.7) |
| LCH | lch(25.6 113.7 306.3) |
| OKLCH | oklch(0.389 0.266 265.0) |
Copy-ready code
/* CSS */
color: #0902cf;
background-color: #0902cf;
/* Tailwind (arbitrary) */
class="text-[#0902cf] bg-[#0902cf]"
/* SCSS */
$brand: #0902cf;
/* SwiftUI */
Color(red: 0.035, green: 0.008, blue: 0.812)
/* Android */
Color.parseColor("#0902cf")Accessibility — WCAG contrast
Aa
#0902cf on white: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0902cf on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green0.8%
Blue81.2%
CMYK percentages
Cyan95.7%
Magenta99.0%
Yellow0.0%
Key (black)18.8%
Color previews
#0902cf text on a black background
contrast 1.92:1
Card sample
#0902cf text on a white background
contrast 10.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0902cf;
Background color
Panel with #0902cf background
background-color: #0902cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0902cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 2, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 2, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0902cf; background: linear-gradient(135deg, #0902cf, #9202CF);