#3255eb
a balanced, electric blue · warm · closest name: royalblue
RGB
50, 85, 235
HSL
229°, 82%, 56%
CMYK
79, 64, 0, 8
Luminance
0.1317
Every format
| HEX | #3255eb |
| RGB | rgb(50, 85, 235) |
| HSL | hsl(229, 82%, 56%) |
| CMYK | cmyk(79%, 64%, 0%, 8%) |
| LAB | lab(43.0 40.8 -78.8) |
| LCH | lch(43.0 88.7 297.4) |
| OKLCH | oklch(0.525 0.228 267.3) |
Copy-ready code
/* CSS */
color: #3255eb;
background-color: #3255eb;
/* Tailwind (arbitrary) */
class="text-[#3255eb] bg-[#3255eb]"
/* SCSS */
$brand: #3255eb;
/* SwiftUI */
Color(red: 0.196, green: 0.333, blue: 0.922)
/* Android */
Color.parseColor("#3255eb")Accessibility — WCAG contrast
Aa
#3255eb on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3255eb on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green33.3%
Blue92.2%
CMYK percentages
Cyan78.7%
Magenta63.8%
Yellow0.0%
Key (black)7.8%
Color previews
#3255eb text on a black background
contrast 3.63:1
Card sample
#3255eb text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3255eb;
Background color
Panel with #3255eb background
background-color: #3255eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3255eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 85, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 85, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3255eb; background: linear-gradient(135deg, #3255eb, #8A32EB);