#98beee
a light, vivid blue · cool · closest name: skyblue
RGB
152, 190, 238
HSL
214°, 72%, 77%
CMYK
36, 20, 0, 7
Luminance
0.4968
Every format
| HEX | #98beee |
| RGB | rgb(152, 190, 238) |
| HSL | hsl(214, 72%, 77%) |
| CMYK | cmyk(36%, 20%, 0%, 7%) |
| LAB | lab(75.9 -1.2 -27.9) |
| LCH | lch(75.9 27.9 267.6) |
| OKLCH | oklch(0.791 0.080 254.5) |
Copy-ready code
/* CSS */
color: #98beee;
background-color: #98beee;
/* Tailwind (arbitrary) */
class="text-[#98beee] bg-[#98beee]"
/* SCSS */
$brand: #98beee;
/* SwiftUI */
Color(red: 0.596, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#98beee")Accessibility — WCAG contrast
Aa
#98beee on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98beee on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green74.5%
Blue93.3%
CMYK percentages
Cyan36.1%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#98beee text on a black background
contrast 10.94:1
Card sample
#98beee text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98beee;
Background color
Panel with #98beee background
background-color: #98beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98beee; background: linear-gradient(135deg, #98beee, #AB98EE);