#005ff2
a balanced, electric blue · cool · closest name: royalblue
RGB
0, 95, 242
HSL
216°, 100%, 48%
CMYK
100, 61, 0, 5
Luminance
0.1460
Every format
| HEX | #005ff2 |
| RGB | rgb(0, 95, 242) |
| HSL | hsl(216, 100%, 48%) |
| CMYK | cmyk(100%, 61%, 0%, 5%) |
| LAB | lab(45.1 34.7 -79.4) |
| LCH | lch(45.1 86.7 293.6) |
| OKLCH | oklch(0.539 0.233 261.0) |
Copy-ready code
/* CSS */
color: #005ff2;
background-color: #005ff2;
/* Tailwind (arbitrary) */
class="text-[#005ff2] bg-[#005ff2]"
/* SCSS */
$brand: #005ff2;
/* SwiftUI */
Color(red: 0.000, green: 0.373, blue: 0.949)
/* Android */
Color.parseColor("#005ff2")Accessibility — WCAG contrast
Aa
#005ff2 on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#005ff2 on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green37.3%
Blue94.9%
CMYK percentages
Cyan100.0%
Magenta60.7%
Yellow0.0%
Key (black)5.1%
Color previews
#005ff2 text on a black background
contrast 3.92:1
Card sample
#005ff2 text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #005ff2;
Background color
Panel with #005ff2 background
background-color: #005ff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #005ff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 95, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 95, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #005ff2; background: linear-gradient(135deg, #005ff2, #4200F2);