#0264df
a dark, electric blue · cool · closest name: royalblue
RGB
2, 100, 223
HSL
213°, 98%, 44%
CMYK
99, 55, 0, 13
Luminance
0.1445
Every format
| HEX | #0264df |
| RGB | rgb(2, 100, 223) |
| HSL | hsl(213, 98%, 44%) |
| CMYK | cmyk(99%, 55%, 0%, 13%) |
| LAB | lab(44.9 24.2 -69.0) |
| LCH | lch(44.9 73.1 289.3) |
| OKLCH | oklch(0.533 0.203 258.8) |
Copy-ready code
/* CSS */
color: #0264df;
background-color: #0264df;
/* Tailwind (arbitrary) */
class="text-[#0264df] bg-[#0264df]"
/* SCSS */
$brand: #0264df;
/* SwiftUI */
Color(red: 0.008, green: 0.392, blue: 0.875)
/* Android */
Color.parseColor("#0264df")Accessibility — WCAG contrast
Aa
#0264df on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0264df on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green39.2%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta55.2%
Yellow0.0%
Key (black)12.5%
Color previews
#0264df text on a black background
contrast 3.89:1
Card sample
#0264df text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0264df;
Background color
Panel with #0264df background
background-color: #0264df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0264df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 100, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 100, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0264df; background: linear-gradient(135deg, #0264df, #3302DF);