#8db7ff
a light, electric blue · cool · closest name: steelblue
RGB
141, 183, 255
HSL
218°, 100%, 78%
CMYK
45, 28, 0, 0
Luminance
0.4675
Every format
| HEX | #8db7ff |
| RGB | rgb(141, 183, 255) |
| HSL | hsl(218, 100%, 78%) |
| CMYK | cmyk(45%, 28%, 0%, 0%) |
| LAB | lab(74.0 4.4 -40.0) |
| LCH | lch(74.0 40.2 276.3) |
| OKLCH | oklch(0.777 0.113 260.9) |
Copy-ready code
/* CSS */
color: #8db7ff;
background-color: #8db7ff;
/* Tailwind (arbitrary) */
class="text-[#8db7ff] bg-[#8db7ff]"
/* SCSS */
$brand: #8db7ff;
/* SwiftUI */
Color(red: 0.553, green: 0.718, blue: 1.000)
/* Android */
Color.parseColor("#8db7ff")Accessibility — WCAG contrast
Aa
#8db7ff on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8db7ff on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green71.8%
Blue100.0%
CMYK percentages
Cyan44.7%
Magenta28.2%
Yellow0.0%
Key (black)0.0%
Color previews
#8db7ff text on a black background
contrast 10.35:1
Card sample
#8db7ff text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8db7ff;
Background color
Panel with #8db7ff background
background-color: #8db7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8db7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 183, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 183, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8db7ff; background: linear-gradient(135deg, #8db7ff, #AF8DFF);