#095cdf
a balanced, electric blue · cool · closest name: royalblue
RGB
9, 92, 223
HSL
217°, 92%, 46%
CMYK
96, 59, 0, 13
Luminance
0.1304
Every format
| HEX | #095cdf |
| RGB | rgb(9, 92, 223) |
| HSL | hsl(217, 92%, 46%) |
| CMYK | cmyk(96%, 59%, 0%, 13%) |
| LAB | lab(42.8 29.6 -72.3) |
| LCH | lch(42.8 78.2 292.2) |
| OKLCH | oklch(0.517 0.212 260.7) |
Copy-ready code
/* CSS */
color: #095cdf;
background-color: #095cdf;
/* Tailwind (arbitrary) */
class="text-[#095cdf] bg-[#095cdf]"
/* SCSS */
$brand: #095cdf;
/* SwiftUI */
Color(red: 0.035, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#095cdf")Accessibility — WCAG contrast
Aa
#095cdf on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#095cdf on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green36.1%
Blue87.5%
CMYK percentages
Cyan96.0%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#095cdf text on a black background
contrast 3.61:1
Card sample
#095cdf text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #095cdf;
Background color
Panel with #095cdf background
background-color: #095cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #095cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #095cdf; background: linear-gradient(135deg, #095cdf, #4509DF);