#096cfb
a balanced, electric blue · cool · closest name: royalblue
RGB
9, 108, 251
HSL
216°, 97%, 51%
CMYK
96, 57, 0, 2
Luminance
0.1775
Every format
| HEX | #096cfb |
| RGB | rgb(9, 108, 251) |
| HSL | hsl(216, 97%, 51%) |
| CMYK | cmyk(96%, 57%, 0%, 2%) |
| LAB | lab(49.2 30.1 -77.7) |
| LCH | lch(49.2 83.3 291.2) |
| OKLCH | oklch(0.572 0.228 260.0) |
Copy-ready code
/* CSS */
color: #096cfb;
background-color: #096cfb;
/* Tailwind (arbitrary) */
class="text-[#096cfb] bg-[#096cfb]"
/* SCSS */
$brand: #096cfb;
/* SwiftUI */
Color(red: 0.035, green: 0.424, blue: 0.984)
/* Android */
Color.parseColor("#096cfb")Accessibility — WCAG contrast
Aa
#096cfb on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#096cfb on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green42.4%
Blue98.4%
CMYK percentages
Cyan96.4%
Magenta57.0%
Yellow0.0%
Key (black)1.6%
Color previews
#096cfb text on a black background
contrast 4.55:1
Card sample
#096cfb text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #096cfb;
Background color
Panel with #096cfb background
background-color: #096cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #096cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 108, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 108, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #096cfb; background: linear-gradient(135deg, #096cfb, #4809FB);