#8da4ff
a light, electric blue · warm · closest name: dodgerblue
RGB
141, 164, 255
HSL
228°, 100%, 78%
CMYK
45, 36, 0, 0
Luminance
0.3943
Every format
| HEX | #8da4ff |
| RGB | rgb(141, 164, 255) |
| HSL | hsl(228, 100%, 78%) |
| CMYK | cmyk(45%, 36%, 0%, 0%) |
| LAB | lab(69.1 15.1 -47.7) |
| LCH | lch(69.1 50.1 287.6) |
| OKLCH | oklch(0.739 0.134 272.0) |
Copy-ready code
/* CSS */
color: #8da4ff;
background-color: #8da4ff;
/* Tailwind (arbitrary) */
class="text-[#8da4ff] bg-[#8da4ff]"
/* SCSS */
$brand: #8da4ff;
/* SwiftUI */
Color(red: 0.553, green: 0.643, blue: 1.000)
/* Android */
Color.parseColor("#8da4ff")Accessibility — WCAG contrast
Aa
#8da4ff on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8da4ff on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green64.3%
Blue100.0%
CMYK percentages
Cyan44.7%
Magenta35.7%
Yellow0.0%
Key (black)0.0%
Color previews
#8da4ff text on a black background
contrast 8.89:1
Card sample
#8da4ff text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8da4ff;
Background color
Panel with #8da4ff background
background-color: #8da4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8da4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 164, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 164, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8da4ff; background: linear-gradient(135deg, #8da4ff, #C28DFF);