#8694fd
a light, electric blue · warm · closest name: dodgerblue
RGB
134, 148, 253
HSL
233°, 97%, 76%
CMYK
47, 42, 0, 1
Luminance
0.3334
Every format
| HEX | #8694fd |
| RGB | rgb(134, 148, 253) |
| HSL | hsl(233, 97%, 76%) |
| CMYK | cmyk(47%, 42%, 0%, 1%) |
| LAB | lab(64.4 22.1 -54.0) |
| LCH | lch(64.4 58.3 292.3) |
| OKLCH | oklch(0.702 0.154 276.0) |
Copy-ready code
/* CSS */
color: #8694fd;
background-color: #8694fd;
/* Tailwind (arbitrary) */
class="text-[#8694fd] bg-[#8694fd]"
/* SCSS */
$brand: #8694fd;
/* SwiftUI */
Color(red: 0.525, green: 0.580, blue: 0.992)
/* Android */
Color.parseColor("#8694fd")Accessibility — WCAG contrast
Aa
#8694fd on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8694fd on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green58.0%
Blue99.2%
CMYK percentages
Cyan47.0%
Magenta41.5%
Yellow0.0%
Key (black)0.8%
Color previews
#8694fd text on a black background
contrast 7.67:1
Card sample
#8694fd text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8694fd;
Background color
Panel with #8694fd background
background-color: #8694fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8694fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 148, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 148, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8694fd; background: linear-gradient(135deg, #8694fd, #C786FD);