#3853af
a balanced, vivid blue · warm · closest name: royalblue
RGB
56, 83, 175
HSL
226°, 52%, 45%
CMYK
68, 53, 0, 31
Luminance
0.1012
Every format
| HEX | #3853af |
| RGB | rgb(56, 83, 175) |
| HSL | hsl(226, 52%, 45%) |
| CMYK | cmyk(68%, 53%, 0%, 31%) |
| LAB | lab(38.1 21.0 -52.2) |
| LCH | lch(38.1 56.3 291.9) |
| OKLCH | oklch(0.474 0.150 267.9) |
Copy-ready code
/* CSS */
color: #3853af;
background-color: #3853af;
/* Tailwind (arbitrary) */
class="text-[#3853af] bg-[#3853af]"
/* SCSS */
$brand: #3853af;
/* SwiftUI */
Color(red: 0.220, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#3853af")Accessibility — WCAG contrast
Aa
#3853af on white: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3853af on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green32.5%
Blue68.6%
CMYK percentages
Cyan68.0%
Magenta52.6%
Yellow0.0%
Key (black)31.4%
Color previews
#3853af text on a black background
contrast 3.02:1
Card sample
#3853af text on a white background
contrast 6.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3853af;
Background color
Panel with #3853af background
background-color: #3853af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3853af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3853af; background: linear-gradient(135deg, #3853af, #6C38AF);