#025abc
a dark, electric blue · cool · closest name: royalblue
RGB
2, 90, 188
HSL
212°, 98%, 37%
CMYK
99, 52, 0, 26
Luminance
0.1096
Every format
| HEX | #025abc |
| RGB | rgb(2, 90, 188) |
| HSL | hsl(212, 98%, 37%) |
| CMYK | cmyk(99%, 52%, 0%, 26%) |
| LAB | lab(39.5 16.8 -57.6) |
| LCH | lch(39.5 60.0 286.2) |
| OKLCH | oklch(0.484 0.171 257.0) |
Copy-ready code
/* CSS */
color: #025abc;
background-color: #025abc;
/* Tailwind (arbitrary) */
class="text-[#025abc] bg-[#025abc]"
/* SCSS */
$brand: #025abc;
/* SwiftUI */
Color(red: 0.008, green: 0.353, blue: 0.737)
/* Android */
Color.parseColor("#025abc")Accessibility — WCAG contrast
Aa
#025abc on white: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#025abc on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green35.3%
Blue73.7%
CMYK percentages
Cyan98.9%
Magenta52.1%
Yellow0.0%
Key (black)26.3%
Color previews
#025abc text on a black background
contrast 3.19:1
Card sample
#025abc text on a white background
contrast 6.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #025abc;
Background color
Panel with #025abc background
background-color: #025abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #025abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 90, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 90, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #025abc; background: linear-gradient(135deg, #025abc, #2602BC);