#090dfd
a balanced, electric blue · warm · closest name: blue
RGB
9, 13, 253
HSL
239°, 98%, 51%
CMYK
96, 95, 0, 1
Luminance
0.0744
Every format
| HEX | #090dfd |
| RGB | rgb(9, 13, 253) |
| HSL | hsl(239, 98%, 51%) |
| CMYK | cmyk(96%, 95%, 0%, 1%) |
| LAB | lab(32.8 76.8 -105.9) |
| LCH | lch(32.8 130.8 305.9) |
| OKLCH | oklch(0.455 0.307 264.7) |
Copy-ready code
/* CSS */
color: #090dfd;
background-color: #090dfd;
/* Tailwind (arbitrary) */
class="text-[#090dfd] bg-[#090dfd]"
/* SCSS */
$brand: #090dfd;
/* SwiftUI */
Color(red: 0.035, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#090dfd")Accessibility — WCAG contrast
Aa
#090dfd on white: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#090dfd on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green5.1%
Blue99.2%
CMYK percentages
Cyan96.4%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#090dfd text on a black background
contrast 2.49:1
Card sample
#090dfd text on a white background
contrast 8.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #090dfd;
Background color
Panel with #090dfd background
background-color: #090dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #090dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #090dfd; background: linear-gradient(135deg, #090dfd, #A809FD);