#0900df
a dark, electric blue · warm · closest name: blue
RGB
9, 0, 223
HSL
242°, 100%, 44%
CMYK
96, 100, 0, 13
Luminance
0.0539
Every format
| HEX | #0900df |
| RGB | rgb(9, 0, 223) |
| HSL | hsl(242, 100%, 44%) |
| CMYK | cmyk(96%, 100%, 0%, 13%) |
| LAB | lab(27.8 71.6 -97.2) |
| LCH | lch(27.8 120.7 306.4) |
| OKLCH | oklch(0.410 0.282 264.9) |
Copy-ready code
/* CSS */
color: #0900df;
background-color: #0900df;
/* Tailwind (arbitrary) */
class="text-[#0900df] bg-[#0900df]"
/* SCSS */
$brand: #0900df;
/* SwiftUI */
Color(red: 0.035, green: 0.000, blue: 0.875)
/* Android */
Color.parseColor("#0900df")Accessibility — WCAG contrast
Aa
#0900df on white: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0900df on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green0.0%
Blue87.5%
CMYK percentages
Cyan96.0%
Magenta100.0%
Yellow0.0%
Key (black)12.5%
Color previews
#0900df text on a black background
contrast 2.08:1
Card sample
#0900df text on a white background
contrast 10.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0900df;
Background color
Panel with #0900df background
background-color: #0900df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0900df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 0, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 0, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0900df; background: linear-gradient(135deg, #0900df, #9D00DF);