#98bcdf
a light, vivid blue · cool · closest name: skyblue
RGB
152, 188, 223
HSL
210°, 53%, 74%
CMYK
32, 16, 0, 13
Luminance
0.4797
Every format
| HEX | #98bcdf |
| RGB | rgb(152, 188, 223) |
| HSL | hsl(210, 53%, 74%) |
| CMYK | cmyk(32%, 16%, 0%, 13%) |
| LAB | lab(74.8 -3.9 -21.4) |
| LCH | lch(74.8 21.8 259.7) |
| OKLCH | oklch(0.781 0.064 247.9) |
Copy-ready code
/* CSS */
color: #98bcdf;
background-color: #98bcdf;
/* Tailwind (arbitrary) */
class="text-[#98bcdf] bg-[#98bcdf]"
/* SCSS */
$brand: #98bcdf;
/* SwiftUI */
Color(red: 0.596, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#98bcdf")Accessibility — WCAG contrast
Aa
#98bcdf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98bcdf on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green73.7%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#98bcdf text on a black background
contrast 10.59:1
Card sample
#98bcdf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98bcdf;
Background color
Panel with #98bcdf background
background-color: #98bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98bcdf; background: linear-gradient(135deg, #98bcdf, #A398DF);