#98bceb
a light, vivid blue · cool · closest name: skyblue
RGB
152, 188, 235
HSL
214°, 68%, 76%
CMYK
35, 20, 0, 8
Luminance
0.4864
Every format
| HEX | #98bceb |
| RGB | rgb(152, 188, 235) |
| HSL | hsl(214, 68%, 76%) |
| CMYK | cmyk(35%, 20%, 0%, 8%) |
| LAB | lab(75.2 -0.9 -27.3) |
| LCH | lch(75.2 27.3 268.2) |
| OKLCH | oklch(0.786 0.078 255.3) |
Copy-ready code
/* CSS */
color: #98bceb;
background-color: #98bceb;
/* Tailwind (arbitrary) */
class="text-[#98bceb] bg-[#98bceb]"
/* SCSS */
$brand: #98bceb;
/* SwiftUI */
Color(red: 0.596, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#98bceb")Accessibility — WCAG contrast
Aa
#98bceb on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98bceb on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green73.7%
Blue92.2%
CMYK percentages
Cyan35.3%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#98bceb text on a black background
contrast 10.73:1
Card sample
#98bceb text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98bceb;
Background color
Panel with #98bceb background
background-color: #98bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98bceb; background: linear-gradient(135deg, #98bceb, #AB98EB);