#869cf3
a light, electric blue · warm · closest name: dodgerblue
RGB
134, 156, 243
HSL
228°, 82%, 74%
CMYK
45, 36, 0, 5
Luminance
0.3532
Every format
| HEX | #869cf3 |
| RGB | rgb(134, 156, 243) |
| HSL | hsl(228, 82%, 74%) |
| CMYK | cmyk(45%, 36%, 0%, 5%) |
| LAB | lab(66.0 14.6 -46.0) |
| LCH | lch(66.0 48.3 287.6) |
| OKLCH | oklch(0.712 0.130 272.0) |
Copy-ready code
/* CSS */
color: #869cf3;
background-color: #869cf3;
/* Tailwind (arbitrary) */
class="text-[#869cf3] bg-[#869cf3]"
/* SCSS */
$brand: #869cf3;
/* SwiftUI */
Color(red: 0.525, green: 0.612, blue: 0.953)
/* Android */
Color.parseColor("#869cf3")Accessibility — WCAG contrast
Aa
#869cf3 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#869cf3 on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.5%
Green61.2%
Blue95.3%
CMYK percentages
Cyan44.9%
Magenta35.8%
Yellow0.0%
Key (black)4.7%
Color previews
#869cf3 text on a black background
contrast 8.06:1
Card sample
#869cf3 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #869cf3;
Background color
Panel with #869cf3 background
background-color: #869cf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #869cf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(134, 156, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(134, 156, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #869cf3; background: linear-gradient(135deg, #869cf3, #B986F3);