#0262df
a dark, electric blue · cool · closest name: royalblue
RGB
2, 98, 223
HSL
214°, 98%, 44%
CMYK
99, 56, 0, 13
Luminance
0.1408
Every format
| HEX | #0262df |
| RGB | rgb(2, 98, 223) |
| HSL | hsl(214, 98%, 44%) |
| CMYK | cmyk(99%, 56%, 0%, 13%) |
| LAB | lab(44.3 25.5 -69.9) |
| LCH | lch(44.3 74.4 290.0) |
| OKLCH | oklch(0.529 0.206 259.2) |
Copy-ready code
/* CSS */
color: #0262df;
background-color: #0262df;
/* Tailwind (arbitrary) */
class="text-[#0262df] bg-[#0262df]"
/* SCSS */
$brand: #0262df;
/* SwiftUI */
Color(red: 0.008, green: 0.384, blue: 0.875)
/* Android */
Color.parseColor("#0262df")Accessibility — WCAG contrast
Aa
#0262df on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0262df on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.8%
Green38.4%
Blue87.5%
CMYK percentages
Cyan99.1%
Magenta56.1%
Yellow0.0%
Key (black)12.5%
Color previews
#0262df text on a black background
contrast 3.82:1
Card sample
#0262df text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0262df;
Background color
Panel with #0262df background
background-color: #0262df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0262df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(2, 98, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(2, 98, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0262df; background: linear-gradient(135deg, #0262df, #3502DF);