#3271df
a balanced, vivid blue · cool · closest name: royalblue
RGB
50, 113, 223
HSL
218°, 73%, 54%
CMYK
78, 49, 0, 13
Luminance
0.1782
Every format
| HEX | #3271df |
| RGB | rgb(50, 113, 223) |
| HSL | hsl(218, 73%, 54%) |
| CMYK | cmyk(78%, 49%, 0%, 13%) |
| LAB | lab(49.3 18.7 -61.8) |
| LCH | lch(49.3 64.6 286.8) |
| OKLCH | oklch(0.569 0.180 260.7) |
Copy-ready code
/* CSS */
color: #3271df;
background-color: #3271df;
/* Tailwind (arbitrary) */
class="text-[#3271df] bg-[#3271df]"
/* SCSS */
$brand: #3271df;
/* SwiftUI */
Color(red: 0.196, green: 0.443, blue: 0.875)
/* Android */
Color.parseColor("#3271df")Accessibility — WCAG contrast
Aa
#3271df on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3271df on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green44.3%
Blue87.5%
CMYK percentages
Cyan77.6%
Magenta49.3%
Yellow0.0%
Key (black)12.5%
Color previews
#3271df text on a black background
contrast 4.56:1
Card sample
#3271df text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3271df;
Background color
Panel with #3271df background
background-color: #3271df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3271df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 113, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 113, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3271df; background: linear-gradient(135deg, #3271df, #6632DF);