#3263cf
a balanced, vivid blue · cool · closest name: royalblue
RGB
50, 99, 207
HSL
221°, 62%, 50%
CMYK
76, 52, 0, 19
Luminance
0.1411
Every format
| HEX | #3263cf |
| RGB | rgb(50, 99, 207) |
| HSL | hsl(221, 62%, 50%) |
| CMYK | cmyk(76%, 52%, 0%, 19%) |
| LAB | lab(44.4 21.6 -60.6) |
| LCH | lch(44.4 64.4 289.6) |
| OKLCH | oklch(0.528 0.176 263.3) |
Copy-ready code
/* CSS */
color: #3263cf;
background-color: #3263cf;
/* Tailwind (arbitrary) */
class="text-[#3263cf] bg-[#3263cf]"
/* SCSS */
$brand: #3263cf;
/* SwiftUI */
Color(red: 0.196, green: 0.388, blue: 0.812)
/* Android */
Color.parseColor("#3263cf")Accessibility — WCAG contrast
Aa
#3263cf on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3263cf on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green38.8%
Blue81.2%
CMYK percentages
Cyan75.8%
Magenta52.2%
Yellow0.0%
Key (black)18.8%
Color previews
#3263cf text on a black background
contrast 3.82:1
Card sample
#3263cf text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3263cf;
Background color
Panel with #3263cf background
background-color: #3263cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3263cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 99, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 99, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3263cf; background: linear-gradient(135deg, #3263cf, #6A32CF);