#4262df
a balanced, vivid blue · warm · closest name: royalblue
RGB
66, 98, 223
HSL
228°, 71%, 57%
CMYK
70, 56, 0, 13
Luminance
0.1522
Every format
| HEX | #4262df |
| RGB | rgb(66, 98, 223) |
| HSL | hsl(228, 71%, 57%) |
| CMYK | cmyk(70%, 56%, 0%, 13%) |
| LAB | lab(45.9 30.1 -67.2) |
| LCH | lch(45.9 73.6 294.1) |
| OKLCH | oklch(0.545 0.194 268.3) |
Copy-ready code
/* CSS */
color: #4262df;
background-color: #4262df;
/* Tailwind (arbitrary) */
class="text-[#4262df] bg-[#4262df]"
/* SCSS */
$brand: #4262df;
/* SwiftUI */
Color(red: 0.259, green: 0.384, blue: 0.875)
/* Android */
Color.parseColor("#4262df")Accessibility — WCAG contrast
Aa
#4262df on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4262df on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green38.4%
Blue87.5%
CMYK percentages
Cyan70.4%
Magenta56.1%
Yellow0.0%
Key (black)12.5%
Color previews
#4262df text on a black background
contrast 4.04:1
Card sample
#4262df text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4262df;
Background color
Panel with #4262df background
background-color: #4262df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4262df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 98, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 98, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4262df; background: linear-gradient(135deg, #4262df, #8B42DF);