#3255fd
a balanced, electric blue · warm · closest name: royalblue
RGB
50, 85, 253
HSL
230°, 98%, 59%
CMYK
80, 66, 0, 1
Luminance
0.1427
Every format
| HEX | #3255fd |
| RGB | rgb(50, 85, 253) |
| HSL | hsl(230, 98%, 59%) |
| CMYK | cmyk(80%, 66%, 0%, 1%) |
| LAB | lab(44.6 47.1 -86.3) |
| LCH | lch(44.6 98.3 298.6) |
| OKLCH | oklch(0.541 0.250 267.3) |
Copy-ready code
/* CSS */
color: #3255fd;
background-color: #3255fd;
/* Tailwind (arbitrary) */
class="text-[#3255fd] bg-[#3255fd]"
/* SCSS */
$brand: #3255fd;
/* SwiftUI */
Color(red: 0.196, green: 0.333, blue: 0.992)
/* Android */
Color.parseColor("#3255fd")Accessibility — WCAG contrast
Aa
#3255fd on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3255fd on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green33.3%
Blue99.2%
CMYK percentages
Cyan80.2%
Magenta66.4%
Yellow0.0%
Key (black)0.8%
Color previews
#3255fd text on a black background
contrast 3.85:1
Card sample
#3255fd text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3255fd;
Background color
Panel with #3255fd background
background-color: #3255fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3255fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 85, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 85, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3255fd; background: linear-gradient(135deg, #3255fd, #9632FD);