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