#98cdfb
a light, electric blue · cool · closest name: skyblue
RGB
152, 205, 251
HSL
208°, 93%, 79%
CMYK
39, 18, 0, 2
Luminance
0.5730
Every format
| HEX | #98cdfb |
| RGB | rgb(152, 205, 251) |
| HSL | hsl(208, 93%, 79%) |
| CMYK | cmyk(39%, 18%, 0%, 2%) |
| LAB | lab(80.3 -5.9 -28.0) |
| LCH | lch(80.3 28.6 258.2) |
| OKLCH | oklch(0.828 0.085 245.3) |
Copy-ready code
/* CSS */
color: #98cdfb;
background-color: #98cdfb;
/* Tailwind (arbitrary) */
class="text-[#98cdfb] bg-[#98cdfb]"
/* SCSS */
$brand: #98cdfb;
/* SwiftUI */
Color(red: 0.596, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#98cdfb")Accessibility — WCAG contrast
Aa
#98cdfb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98cdfb on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green80.4%
Blue98.4%
CMYK percentages
Cyan39.4%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#98cdfb text on a black background
contrast 12.46:1
Card sample
#98cdfb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98cdfb;
Background color
Panel with #98cdfb background
background-color: #98cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98cdfb; background: linear-gradient(135deg, #98cdfb, #A598FB);