#095eb3
a dark, electric blue · cool · closest name: royalblue
RGB
9, 94, 179
HSL
210°, 90%, 37%
CMYK
95, 48, 0, 30
Luminance
0.1132
Every format
| HEX | #095eb3 |
| RGB | rgb(9, 94, 179) |
| HSL | hsl(210, 90%, 37%) |
| CMYK | cmyk(95%, 48%, 0%, 30%) |
| LAB | lab(40.1 10.7 -51.3) |
| LCH | lch(40.1 52.4 281.8) |
| OKLCH | oklch(0.486 0.153 254.6) |
Copy-ready code
/* CSS */
color: #095eb3;
background-color: #095eb3;
/* Tailwind (arbitrary) */
class="text-[#095eb3] bg-[#095eb3]"
/* SCSS */
$brand: #095eb3;
/* SwiftUI */
Color(red: 0.035, green: 0.369, blue: 0.702)
/* Android */
Color.parseColor("#095eb3")Accessibility — WCAG contrast
Aa
#095eb3 on white: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#095eb3 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green36.9%
Blue70.2%
CMYK percentages
Cyan95.0%
Magenta47.5%
Yellow0.0%
Key (black)29.8%
Color previews
#095eb3 text on a black background
contrast 3.26:1
Card sample
#095eb3 text on a white background
contrast 6.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #095eb3;
Background color
Panel with #095eb3 background
background-color: #095eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #095eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 94, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 94, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #095eb3; background: linear-gradient(135deg, #095eb3, #2509B3);