#024fba
a dark, electric blue · cool · closest name: royalblue
RGB
2, 79, 186
HSL
215°, 98%, 37%
CMYK
99, 58, 0, 27
Luminance
0.0915
Every format
| HEX | #024fba |
| RGB | rgb(2, 79, 186) |
| HSL | hsl(215, 98%, 37%) |
| CMYK | cmyk(99%, 58%, 0%, 27%) |
| LAB | lab(36.3 23.3 -61.7) |
| LCH | lch(36.3 65.9 290.7) |
| OKLCH | oklch(0.459 0.181 259.6) |
Copy-ready code
/* CSS */
color: #024fba;
background-color: #024fba;
/* Tailwind (arbitrary) */
class="text-[#024fba] bg-[#024fba]"
/* SCSS */
$brand: #024fba;
/* SwiftUI */
Color(red: 0.008, green: 0.310, blue: 0.729)
/* Android */
Color.parseColor("#024fba")Accessibility — WCAG contrast
Aa
#024fba on white: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#024fba on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green31.0%
Blue72.9%
CMYK percentages
Cyan98.9%
Magenta57.5%
Yellow0.0%
Key (black)27.1%
Color previews
#024fba text on a black background
contrast 2.83:1
Card sample
#024fba text on a white background
contrast 7.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024fba;
Background color
Panel with #024fba background
background-color: #024fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 79, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 79, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024fba; background: linear-gradient(135deg, #024fba, #3002BA);