#8ab8ff
a light, electric blue · cool · closest name: steelblue
RGB
138, 184, 255
HSL
216°, 100%, 77%
CMYK
46, 28, 0, 0
Luminance
0.4690
Every format
| HEX | #8ab8ff |
| RGB | rgb(138, 184, 255) |
| HSL | hsl(216, 100%, 77%) |
| CMYK | cmyk(46%, 28%, 0%, 0%) |
| LAB | lab(74.1 3.1 -39.8) |
| LCH | lch(74.1 39.9 274.5) |
| OKLCH | oklch(0.778 0.114 258.9) |
Copy-ready code
/* CSS */
color: #8ab8ff;
background-color: #8ab8ff;
/* Tailwind (arbitrary) */
class="text-[#8ab8ff] bg-[#8ab8ff]"
/* SCSS */
$brand: #8ab8ff;
/* SwiftUI */
Color(red: 0.541, green: 0.722, blue: 1.000)
/* Android */
Color.parseColor("#8ab8ff")Accessibility — WCAG contrast
Aa
#8ab8ff on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ab8ff on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green72.2%
Blue100.0%
CMYK percentages
Cyan45.9%
Magenta27.8%
Yellow0.0%
Key (black)0.0%
Color previews
#8ab8ff text on a black background
contrast 10.38:1
Card sample
#8ab8ff text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ab8ff;
Background color
Panel with #8ab8ff background
background-color: #8ab8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ab8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 184, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 184, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ab8ff; background: linear-gradient(135deg, #8ab8ff, #AA8AFF);