#536ffc
a light, electric blue · warm · closest name: royalblue
RGB
83, 111, 252
HSL
230°, 97%, 66%
CMYK
67, 56, 0, 1
Luminance
0.2024
Every format
| HEX | #536ffc |
| RGB | rgb(83, 111, 252) |
| HSL | hsl(230, 97%, 66%) |
| CMYK | cmyk(67%, 56%, 0%, 1%) |
| LAB | lab(52.1 34.4 -73.4) |
| LCH | lch(52.1 81.1 295.1) |
| OKLCH | oklch(0.600 0.211 270.3) |
Copy-ready code
/* CSS */
color: #536ffc;
background-color: #536ffc;
/* Tailwind (arbitrary) */
class="text-[#536ffc] bg-[#536ffc]"
/* SCSS */
$brand: #536ffc;
/* SwiftUI */
Color(red: 0.325, green: 0.435, blue: 0.988)
/* Android */
Color.parseColor("#536ffc")Accessibility — WCAG contrast
Aa
#536ffc on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#536ffc on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green43.5%
Blue98.8%
CMYK percentages
Cyan67.1%
Magenta56.0%
Yellow0.0%
Key (black)1.2%
Color previews
#536ffc text on a black background
contrast 5.05:1
Card sample
#536ffc text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #536ffc;
Background color
Panel with #536ffc background
background-color: #536ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #536ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 111, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 111, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #536ffc; background: linear-gradient(135deg, #536ffc, #A853FC);