#8596ff
a light, electric blue · warm · closest name: dodgerblue
RGB
133, 150, 255
HSL
232°, 100%, 76%
CMYK
48, 41, 0, 0
Luminance
0.3402
Every format
| HEX | #8596ff |
| RGB | rgb(133, 150, 255) |
| HSL | hsl(232, 100%, 76%) |
| CMYK | cmyk(48%, 41%, 0%, 0%) |
| LAB | lab(65.0 21.3 -54.2) |
| LCH | lch(65.0 58.3 291.5) |
| OKLCH | oklch(0.706 0.154 274.8) |
Copy-ready code
/* CSS */
color: #8596ff;
background-color: #8596ff;
/* Tailwind (arbitrary) */
class="text-[#8596ff] bg-[#8596ff]"
/* SCSS */
$brand: #8596ff;
/* SwiftUI */
Color(red: 0.522, green: 0.588, blue: 1.000)
/* Android */
Color.parseColor("#8596ff")Accessibility — WCAG contrast
Aa
#8596ff on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8596ff on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green58.8%
Blue100.0%
CMYK percentages
Cyan47.8%
Magenta41.2%
Yellow0.0%
Key (black)0.0%
Color previews
#8596ff text on a black background
contrast 7.80:1
Card sample
#8596ff text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8596ff;
Background color
Panel with #8596ff background
background-color: #8596ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8596ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 150, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 150, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8596ff; background: linear-gradient(135deg, #8596ff, #C585FF);