#98b5ff
a light, electric blue · cool · closest name: steelblue
RGB
152, 181, 255
HSL
223°, 100%, 80%
CMYK
40, 29, 0, 0
Luminance
0.4694
Every format
| HEX | #98b5ff |
| RGB | rgb(152, 181, 255) |
| HSL | hsl(223, 100%, 80%) |
| CMYK | cmyk(40%, 29%, 0%, 0%) |
| LAB | lab(74.2 8.3 -39.7) |
| LCH | lch(74.2 40.6 281.7) |
| OKLCH | oklch(0.780 0.111 267.4) |
Copy-ready code
/* CSS */
color: #98b5ff;
background-color: #98b5ff;
/* Tailwind (arbitrary) */
class="text-[#98b5ff] bg-[#98b5ff]"
/* SCSS */
$brand: #98b5ff;
/* SwiftUI */
Color(red: 0.596, green: 0.710, blue: 1.000)
/* Android */
Color.parseColor("#98b5ff")Accessibility — WCAG contrast
Aa
#98b5ff on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98b5ff on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green71.0%
Blue100.0%
CMYK percentages
Cyan40.4%
Magenta29.0%
Yellow0.0%
Key (black)0.0%
Color previews
#98b5ff text on a black background
contrast 10.39:1
Card sample
#98b5ff text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98b5ff;
Background color
Panel with #98b5ff background
background-color: #98b5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98b5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 181, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 181, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98b5ff; background: linear-gradient(135deg, #98b5ff, #C098FF);