#98cdff
a light, electric blue · cool · closest name: skyblue
RGB
152, 205, 255
HSL
209°, 100%, 80%
CMYK
40, 20, 0, 0
Luminance
0.5756
Every format
| HEX | #98cdff |
| RGB | rgb(152, 205, 255) |
| HSL | hsl(209, 100%, 80%) |
| CMYK | cmyk(40%, 20%, 0%, 0%) |
| LAB | lab(80.5 -4.8 -29.9) |
| LCH | lch(80.5 30.3 260.8) |
| OKLCH | oklch(0.830 0.090 247.5) |
Copy-ready code
/* CSS */
color: #98cdff;
background-color: #98cdff;
/* Tailwind (arbitrary) */
class="text-[#98cdff] bg-[#98cdff]"
/* SCSS */
$brand: #98cdff;
/* SwiftUI */
Color(red: 0.596, green: 0.804, blue: 1.000)
/* Android */
Color.parseColor("#98cdff")Accessibility — WCAG contrast
Aa
#98cdff on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98cdff on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green80.4%
Blue100.0%
CMYK percentages
Cyan40.4%
Magenta19.6%
Yellow0.0%
Key (black)0.0%
Color previews
#98cdff text on a black background
contrast 12.51:1
Card sample
#98cdff text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98cdff;
Background color
Panel with #98cdff background
background-color: #98cdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98cdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 205, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 205, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98cdff; background: linear-gradient(135deg, #98cdff, #A898FF);