#025eb3
a dark, electric blue · cool · closest name: royalblue
RGB
2, 94, 179
HSL
209°, 98%, 36%
CMYK
99, 48, 0, 30
Luminance
0.1127
Every format
| HEX | #025eb3 |
| RGB | rgb(2, 94, 179) |
| HSL | hsl(209, 98%, 36%) |
| CMYK | cmyk(99%, 48%, 0%, 30%) |
| LAB | lab(40.0 10.4 -51.5) |
| LCH | lch(40.0 52.5 281.5) |
| OKLCH | oklch(0.486 0.154 254.1) |
Copy-ready code
/* CSS */
color: #025eb3;
background-color: #025eb3;
/* Tailwind (arbitrary) */
class="text-[#025eb3] bg-[#025eb3]"
/* SCSS */
$brand: #025eb3;
/* SwiftUI */
Color(red: 0.008, green: 0.369, blue: 0.702)
/* Android */
Color.parseColor("#025eb3")Accessibility — WCAG contrast
Aa
#025eb3 on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#025eb3 on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green36.9%
Blue70.2%
CMYK percentages
Cyan98.9%
Magenta47.5%
Yellow0.0%
Key (black)29.8%
Color previews
#025eb3 text on a black background
contrast 3.25:1
Card sample
#025eb3 text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #025eb3;
Background color
Panel with #025eb3 background
background-color: #025eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #025eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 94, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 94, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #025eb3; background: linear-gradient(135deg, #025eb3, #1C02B3);