#4356df
a balanced, vivid blue · warm · closest name: royalblue
RGB
67, 86, 223
HSL
233°, 71%, 57%
CMYK
70, 61, 0, 13
Luminance
0.1318
Every format
| HEX | #4356df |
| RGB | rgb(67, 86, 223) |
| HSL | hsl(233, 71%, 57%) |
| CMYK | cmyk(70%, 61%, 0%, 13%) |
| LAB | lab(43.0 37.7 -71.9) |
| LCH | lch(43.0 81.2 297.7) |
| OKLCH | oklch(0.524 0.208 271.2) |
Copy-ready code
/* CSS */
color: #4356df;
background-color: #4356df;
/* Tailwind (arbitrary) */
class="text-[#4356df] bg-[#4356df]"
/* SCSS */
$brand: #4356df;
/* SwiftUI */
Color(red: 0.263, green: 0.337, blue: 0.875)
/* Android */
Color.parseColor("#4356df")Accessibility — WCAG contrast
Aa
#4356df on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4356df on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green33.7%
Blue87.5%
CMYK percentages
Cyan70.0%
Magenta61.4%
Yellow0.0%
Key (black)12.5%
Color previews
#4356df text on a black background
contrast 3.64:1
Card sample
#4356df text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4356df;
Background color
Panel with #4356df background
background-color: #4356df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4356df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 86, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 86, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4356df; background: linear-gradient(135deg, #4356df, #9843DF);