#095ff6
a balanced, electric blue · cool · closest name: royalblue
RGB
9, 95, 246
HSL
218°, 93%, 50%
CMYK
96, 61, 0, 4
Luminance
0.1490
Every format
| HEX | #095ff6 |
| RGB | rgb(9, 95, 246) |
| HSL | hsl(218, 93%, 50%) |
| CMYK | cmyk(96%, 61%, 0%, 4%) |
| LAB | lab(45.5 36.4 -81.0) |
| LCH | lch(45.5 88.8 294.2) |
| OKLCH | oklch(0.543 0.237 261.6) |
Copy-ready code
/* CSS */
color: #095ff6;
background-color: #095ff6;
/* Tailwind (arbitrary) */
class="text-[#095ff6] bg-[#095ff6]"
/* SCSS */
$brand: #095ff6;
/* SwiftUI */
Color(red: 0.035, green: 0.373, blue: 0.965)
/* Android */
Color.parseColor("#095ff6")Accessibility — WCAG contrast
Aa
#095ff6 on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#095ff6 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green37.3%
Blue96.5%
CMYK percentages
Cyan96.3%
Magenta61.4%
Yellow0.0%
Key (black)3.5%
Color previews
#095ff6 text on a black background
contrast 3.98:1
Card sample
#095ff6 text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #095ff6;
Background color
Panel with #095ff6 background
background-color: #095ff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #095ff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 95, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 95, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #095ff6; background: linear-gradient(135deg, #095ff6, #5109F6);