#096dfd
a balanced, electric blue · cool · closest name: royalblue
RGB
9, 109, 253
HSL
215°, 98%, 51%
CMYK
96, 57, 0, 1
Luminance
0.1809
Every format
| HEX | #096dfd |
| RGB | rgb(9, 109, 253) |
| HSL | hsl(215, 98%, 51%) |
| CMYK | cmyk(96%, 57%, 0%, 1%) |
| LAB | lab(49.6 30.2 -78.1) |
| LCH | lch(49.6 83.8 291.1) |
| OKLCH | oklch(0.576 0.230 260.0) |
Copy-ready code
/* CSS */
color: #096dfd;
background-color: #096dfd;
/* Tailwind (arbitrary) */
class="text-[#096dfd] bg-[#096dfd]"
/* SCSS */
$brand: #096dfd;
/* SwiftUI */
Color(red: 0.035, green: 0.427, blue: 0.992)
/* Android */
Color.parseColor("#096dfd")Accessibility — WCAG contrast
Aa
#096dfd on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#096dfd on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green42.7%
Blue99.2%
CMYK percentages
Cyan96.4%
Magenta56.9%
Yellow0.0%
Key (black)0.8%
Color previews
#096dfd text on a black background
contrast 4.62:1
Card sample
#096dfd text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #096dfd;
Background color
Panel with #096dfd background
background-color: #096dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #096dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 109, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 109, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #096dfd; background: linear-gradient(135deg, #096dfd, #4809FD);