#98b8ff
a light, electric blue · cool · closest name: steelblue
RGB
152, 184, 255
HSL
221°, 100%, 80%
CMYK
40, 28, 0, 0
Luminance
0.4818
Every format
| HEX | #98b8ff |
| RGB | rgb(152, 184, 255) |
| HSL | hsl(221, 100%, 80%) |
| CMYK | cmyk(40%, 28%, 0%, 0%) |
| LAB | lab(74.9 6.6 -38.5) |
| LCH | lch(74.9 39.0 279.7) |
| OKLCH | oklch(0.786 0.108 265.4) |
Copy-ready code
/* CSS */
color: #98b8ff;
background-color: #98b8ff;
/* Tailwind (arbitrary) */
class="text-[#98b8ff] bg-[#98b8ff]"
/* SCSS */
$brand: #98b8ff;
/* SwiftUI */
Color(red: 0.596, green: 0.722, blue: 1.000)
/* Android */
Color.parseColor("#98b8ff")Accessibility — WCAG contrast
Aa
#98b8ff on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98b8ff on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green72.2%
Blue100.0%
CMYK percentages
Cyan40.4%
Magenta27.8%
Yellow0.0%
Key (black)0.0%
Color previews
#98b8ff text on a black background
contrast 10.64:1
Card sample
#98b8ff text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98b8ff;
Background color
Panel with #98b8ff background
background-color: #98b8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98b8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 184, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 184, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98b8ff; background: linear-gradient(135deg, #98b8ff, #BD98FF);