#3b65ff
a balanced, electric blue · warm · closest name: royalblue
RGB
59, 101, 255
HSL
227°, 100%, 62%
CMYK
77, 60, 0, 0
Luminance
0.1746
Every format
| HEX | #3b65ff |
| RGB | rgb(59, 101, 255) |
| HSL | hsl(227, 100%, 62%) |
| CMYK | cmyk(77%, 60%, 0%, 0%) |
| LAB | lab(48.8 38.8 -80.5) |
| LCH | lch(48.8 89.3 295.7) |
| OKLCH | oklch(0.574 0.233 266.8) |
Copy-ready code
/* CSS */
color: #3b65ff;
background-color: #3b65ff;
/* Tailwind (arbitrary) */
class="text-[#3b65ff] bg-[#3b65ff]"
/* SCSS */
$brand: #3b65ff;
/* SwiftUI */
Color(red: 0.231, green: 0.396, blue: 1.000)
/* Android */
Color.parseColor("#3b65ff")Accessibility — WCAG contrast
Aa
#3b65ff on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3b65ff on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green39.6%
Blue100.0%
CMYK percentages
Cyan76.9%
Magenta60.4%
Yellow0.0%
Key (black)0.0%
Color previews
#3b65ff text on a black background
contrast 4.49:1
Card sample
#3b65ff text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b65ff;
Background color
Panel with #3b65ff background
background-color: #3b65ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b65ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 101, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 101, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b65ff; background: linear-gradient(135deg, #3b65ff, #943BFF);