#4366df
a balanced, vivid blue · warm · “royalblue”
RGB
67, 102, 223
HSL
227°, 71%, 57%
CMYK
70, 54, 0, 13
Luminance
0.1602
Every format
| HEX | #4366df |
| RGB | rgb(67, 102, 223) |
| HSL | hsl(227, 71%, 57%) |
| CMYK | cmyk(70%, 54%, 0%, 13%) |
| LAB | lab(47.0 27.7 -65.5) |
| LCH | lch(47.0 71.1 292.9) |
| OKLCH | oklch(0.553 0.189 267.6) |
Copy-ready code
/* CSS */
color: #4366df;
background-color: #4366df;
/* Tailwind (arbitrary) */
class="text-[#4366df] bg-[#4366df]"
/* SCSS */
$brand: #4366df;
/* SwiftUI */
Color(red: 0.263, green: 0.400, blue: 0.875)
/* Android */
Color.parseColor("#4366df")Accessibility — WCAG contrast
Aa
#4366df on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4366df on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green40.0%
Blue87.5%
CMYK percentages
Cyan70.0%
Magenta54.3%
Yellow0.0%
Key (black)12.5%
Color previews
#4366df text on a black background
contrast 4.20:1
Card sample
#4366df text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4366df;
Background color
Panel with #4366df background
background-color: #4366df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4366df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 102, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 102, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4366df; background: linear-gradient(135deg, #4366df, #8843DF);