#98cdf5
a light, electric blue · cool · closest name: skyblue
RGB
152, 205, 245
HSL
206°, 82%, 78%
CMYK
38, 16, 0, 4
Luminance
0.5693
Every format
| HEX | #98cdf5 |
| RGB | rgb(152, 205, 245) |
| HSL | hsl(206, 82%, 78%) |
| CMYK | cmyk(38%, 16%, 0%, 4%) |
| LAB | lab(80.1 -7.4 -25.1) |
| LCH | lch(80.1 26.2 253.6) |
| OKLCH | oklch(0.826 0.079 241.5) |
Copy-ready code
/* CSS */
color: #98cdf5;
background-color: #98cdf5;
/* Tailwind (arbitrary) */
class="text-[#98cdf5] bg-[#98cdf5]"
/* SCSS */
$brand: #98cdf5;
/* SwiftUI */
Color(red: 0.596, green: 0.804, blue: 0.961)
/* Android */
Color.parseColor("#98cdf5")Accessibility — WCAG contrast
Aa
#98cdf5 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98cdf5 on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green80.4%
Blue96.1%
CMYK percentages
Cyan38.0%
Magenta16.3%
Yellow0.0%
Key (black)3.9%
Color previews
#98cdf5 text on a black background
contrast 12.39:1
Card sample
#98cdf5 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98cdf5;
Background color
Panel with #98cdf5 background
background-color: #98cdf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98cdf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 205, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 205, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98cdf5; background: linear-gradient(135deg, #98cdf5, #A198F5);