#024fcf
a dark, electric blue · cool · closest name: royalblue
RGB
2, 79, 207
HSL
218°, 98%, 41%
CMYK
99, 62, 0, 19
Luminance
0.1011
Every format
| HEX | #024fcf |
| RGB | rgb(2, 79, 207) |
| HSL | hsl(218, 98%, 41%) |
| CMYK | cmyk(99%, 62%, 0%, 19%) |
| LAB | lab(38.0 31.6 -71.0) |
| LCH | lch(38.0 77.7 294.0) |
| OKLCH | oklch(0.477 0.208 261.3) |
Copy-ready code
/* CSS */
color: #024fcf;
background-color: #024fcf;
/* Tailwind (arbitrary) */
class="text-[#024fcf] bg-[#024fcf]"
/* SCSS */
$brand: #024fcf;
/* SwiftUI */
Color(red: 0.008, green: 0.310, blue: 0.812)
/* Android */
Color.parseColor("#024fcf")Accessibility — WCAG contrast
Aa
#024fcf on white: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#024fcf on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green31.0%
Blue81.2%
CMYK percentages
Cyan99.0%
Magenta61.8%
Yellow0.0%
Key (black)18.8%
Color previews
#024fcf text on a black background
contrast 3.02:1
Card sample
#024fcf text on a white background
contrast 6.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #024fcf;
Background color
Panel with #024fcf background
background-color: #024fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #024fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 79, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 79, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #024fcf; background: linear-gradient(135deg, #024fcf, #3E02CF);