#8cacff
a light, electric blue · cool · closest name: dodgerblue
RGB
140, 172, 255
HSL
223°, 100%, 78%
CMYK
45, 33, 0, 0
Luminance
0.4230
Every format
| HEX | #8cacff |
| RGB | rgb(140, 172, 255) |
| HSL | hsl(223, 100%, 78%) |
| CMYK | cmyk(45%, 33%, 0%, 0%) |
| LAB | lab(71.1 10.3 -44.6) |
| LCH | lch(71.1 45.8 283.0) |
| OKLCH | oklch(0.754 0.125 267.3) |
Copy-ready code
/* CSS */
color: #8cacff;
background-color: #8cacff;
/* Tailwind (arbitrary) */
class="text-[#8cacff] bg-[#8cacff]"
/* SCSS */
$brand: #8cacff;
/* SwiftUI */
Color(red: 0.549, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#8cacff")Accessibility — WCAG contrast
Aa
#8cacff on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cacff on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green67.5%
Blue100.0%
CMYK percentages
Cyan45.1%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#8cacff text on a black background
contrast 9.46:1
Card sample
#8cacff text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cacff;
Background color
Panel with #8cacff background
background-color: #8cacff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cacff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cacff; background: linear-gradient(135deg, #8cacff, #B98CFF);