#025ace
a dark, electric blue · cool · closest name: royalblue
RGB
2, 90, 206
HSL
214°, 98%, 41%
CMYK
99, 56, 0, 19
Luminance
0.1178
Every format
| HEX | #025ace |
| RGB | rgb(2, 90, 206) |
| HSL | hsl(214, 98%, 41%) |
| CMYK | cmyk(99%, 56%, 0%, 19%) |
| LAB | lab(40.9 24.0 -65.8) |
| LCH | lch(40.9 70.0 290.0) |
| OKLCH | oklch(0.498 0.194 259.2) |
Copy-ready code
/* CSS */
color: #025ace;
background-color: #025ace;
/* Tailwind (arbitrary) */
class="text-[#025ace] bg-[#025ace]"
/* SCSS */
$brand: #025ace;
/* SwiftUI */
Color(red: 0.008, green: 0.353, blue: 0.808)
/* Android */
Color.parseColor("#025ace")Accessibility — WCAG contrast
Aa
#025ace on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#025ace on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green35.3%
Blue80.8%
CMYK percentages
Cyan99.0%
Magenta56.3%
Yellow0.0%
Key (black)19.2%
Color previews
#025ace text on a black background
contrast 3.36:1
Card sample
#025ace text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #025ace;
Background color
Panel with #025ace background
background-color: #025ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #025ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 90, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 90, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #025ace; background: linear-gradient(135deg, #025ace, #3202CE);