#095ef1
a balanced, electric blue · cool · closest name: royalblue
RGB
9, 94, 241
HSL
218°, 93%, 49%
CMYK
96, 61, 0, 6
Luminance
0.1441
Every format
| HEX | #095ef1 |
| RGB | rgb(9, 94, 241) |
| HSL | hsl(218, 93%, 49%) |
| CMYK | cmyk(96%, 61%, 0%, 6%) |
| LAB | lab(44.8 35.2 -79.3) |
| LCH | lch(44.8 86.7 293.9) |
| OKLCH | oklch(0.537 0.232 261.5) |
Copy-ready code
/* CSS */
color: #095ef1;
background-color: #095ef1;
/* Tailwind (arbitrary) */
class="text-[#095ef1] bg-[#095ef1]"
/* SCSS */
$brand: #095ef1;
/* SwiftUI */
Color(red: 0.035, green: 0.369, blue: 0.945)
/* Android */
Color.parseColor("#095ef1")Accessibility — WCAG contrast
Aa
#095ef1 on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#095ef1 on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green36.9%
Blue94.5%
CMYK percentages
Cyan96.3%
Magenta61.0%
Yellow0.0%
Key (black)5.5%
Color previews
#095ef1 text on a black background
contrast 3.88:1
Card sample
#095ef1 text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #095ef1;
Background color
Panel with #095ef1 background
background-color: #095ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #095ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 94, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 94, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #095ef1; background: linear-gradient(135deg, #095ef1, #4F09F1);