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