#8cadfd
a light, electric blue · cool · closest name: dodgerblue
RGB
140, 173, 253
HSL
223°, 97%, 77%
CMYK
45, 32, 0, 1
Luminance
0.4255
Every format
| HEX | #8cadfd |
| RGB | rgb(140, 173, 253) |
| HSL | hsl(223, 97%, 77%) |
| CMYK | cmyk(45%, 32%, 0%, 1%) |
| LAB | lab(71.3 9.2 -43.2) |
| LCH | lch(71.3 44.2 282.0) |
| OKLCH | oklch(0.755 0.121 266.4) |
Copy-ready code
/* CSS */
color: #8cadfd;
background-color: #8cadfd;
/* Tailwind (arbitrary) */
class="text-[#8cadfd] bg-[#8cadfd]"
/* SCSS */
$brand: #8cadfd;
/* SwiftUI */
Color(red: 0.549, green: 0.678, blue: 0.992)
/* Android */
Color.parseColor("#8cadfd")Accessibility — WCAG contrast
Aa
#8cadfd on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cadfd on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green67.8%
Blue99.2%
CMYK percentages
Cyan44.7%
Magenta31.6%
Yellow0.0%
Key (black)0.8%
Color previews
#8cadfd text on a black background
contrast 9.51:1
Card sample
#8cadfd text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cadfd;
Background color
Panel with #8cadfd background
background-color: #8cadfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cadfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 173, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 173, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cadfd; background: linear-gradient(135deg, #8cadfd, #B78CFD);