#8cacfc
a light, electric blue · cool · closest name: dodgerblue
RGB
140, 172, 252
HSL
223°, 95%, 77%
CMYK
44, 32, 0, 1
Luminance
0.4211
Every format
| HEX | #8cacfc |
| RGB | rgb(140, 172, 252) |
| HSL | hsl(223, 95%, 77%) |
| CMYK | cmyk(44%, 32%, 0%, 1%) |
| LAB | lab(70.9 9.5 -43.1) |
| LCH | lch(70.9 44.2 282.4) |
| OKLCH | oklch(0.753 0.121 266.9) |
Copy-ready code
/* CSS */
color: #8cacfc;
background-color: #8cacfc;
/* Tailwind (arbitrary) */
class="text-[#8cacfc] bg-[#8cacfc]"
/* SCSS */
$brand: #8cacfc;
/* SwiftUI */
Color(red: 0.549, green: 0.675, blue: 0.988)
/* Android */
Color.parseColor("#8cacfc")Accessibility — WCAG contrast
Aa
#8cacfc on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cacfc on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green67.5%
Blue98.8%
CMYK percentages
Cyan44.4%
Magenta31.7%
Yellow0.0%
Key (black)1.2%
Color previews
#8cacfc text on a black background
contrast 9.42:1
Card sample
#8cacfc text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cacfc;
Background color
Panel with #8cacfc background
background-color: #8cacfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cacfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 172, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 172, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cacfc; background: linear-gradient(135deg, #8cacfc, #B78CFC);