#98deee
a light, vivid cyan · cool · closest name: skyblue
RGB
152, 222, 238
HSL
191°, 72%, 77%
CMYK
36, 7, 0, 7
Luminance
0.6509
Every format
| HEX | #98deee |
| RGB | rgb(152, 222, 238) |
| HSL | hsl(191, 72%, 77%) |
| CMYK | cmyk(36%, 7%, 0%, 7%) |
| LAB | lab(84.5 -17.9 -14.8) |
| LCH | lch(84.5 23.2 219.5) |
| OKLCH | oklch(0.860 0.073 213.6) |
Copy-ready code
/* CSS */
color: #98deee;
background-color: #98deee;
/* Tailwind (arbitrary) */
class="text-[#98deee] bg-[#98deee]"
/* SCSS */
$brand: #98deee;
/* SwiftUI */
Color(red: 0.596, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#98deee")Accessibility — WCAG contrast
Aa
#98deee on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98deee on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green87.1%
Blue93.3%
CMYK percentages
Cyan36.1%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#98deee text on a black background
contrast 14.02:1
Card sample
#98deee text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98deee;
Background color
Panel with #98deee background
background-color: #98deee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98deee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98deee; background: linear-gradient(135deg, #98deee, #98A5EE);