#095afd
a balanced, electric blue · cool · closest name: royalblue
RGB
9, 90, 253
HSL
220°, 98%, 51%
CMYK
96, 64, 0, 1
Luminance
0.1446
Every format
| HEX | #095afd |
| RGB | rgb(9, 90, 253) |
| HSL | hsl(220, 98%, 51%) |
| CMYK | cmyk(96%, 64%, 0%, 1%) |
| LAB | lab(44.9 42.2 -85.8) |
| LCH | lch(44.9 95.7 296.2) |
| OKLCH | oklch(0.541 0.251 262.5) |
Copy-ready code
/* CSS */
color: #095afd;
background-color: #095afd;
/* Tailwind (arbitrary) */
class="text-[#095afd] bg-[#095afd]"
/* SCSS */
$brand: #095afd;
/* SwiftUI */
Color(red: 0.035, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#095afd")Accessibility — WCAG contrast
Aa
#095afd on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#095afd on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green35.3%
Blue99.2%
CMYK percentages
Cyan96.4%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#095afd text on a black background
contrast 3.89:1
Card sample
#095afd text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #095afd;
Background color
Panel with #095afd background
background-color: #095afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #095afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #095afd; background: linear-gradient(135deg, #095afd, #5B09FD);