#025cdf
a dark, electric blue · cool · closest name: royalblue
RGB
2, 92, 223
HSL
216°, 98%, 44%
CMYK
99, 59, 0, 13
Luminance
0.1299
Every format
| HEX | #025cdf |
| RGB | rgb(2, 92, 223) |
| HSL | hsl(216, 98%, 44%) |
| CMYK | cmyk(99%, 59%, 0%, 13%) |
| LAB | lab(42.8 29.4 -72.5) |
| LCH | lch(42.8 78.2 292.1) |
| OKLCH | oklch(0.517 0.213 260.3) |
Copy-ready code
/* CSS */
color: #025cdf;
background-color: #025cdf;
/* Tailwind (arbitrary) */
class="text-[#025cdf] bg-[#025cdf]"
/* SCSS */
$brand: #025cdf;
/* SwiftUI */
Color(red: 0.008, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#025cdf")Accessibility — WCAG contrast
Aa
#025cdf on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#025cdf on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green36.1%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#025cdf text on a black background
contrast 3.60:1
Card sample
#025cdf text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #025cdf;
Background color
Panel with #025cdf background
background-color: #025cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #025cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #025cdf; background: linear-gradient(135deg, #025cdf, #3B02DF);