#98cdda
a light, vivid cyan · cool · closest name: skyblue
RGB
152, 205, 218
HSL
192°, 47%, 73%
CMYK
30, 6, 0, 15
Luminance
0.5540
Every format
| HEX | #98cdda |
| RGB | rgb(152, 205, 218) |
| HSL | hsl(192, 47%, 73%) |
| CMYK | cmyk(30%, 6%, 0%, 15%) |
| LAB | lab(79.3 -14.1 -12.0) |
| LCH | lch(79.3 18.5 220.5) |
| OKLCH | oklch(0.816 0.058 214.5) |
Copy-ready code
/* CSS */
color: #98cdda;
background-color: #98cdda;
/* Tailwind (arbitrary) */
class="text-[#98cdda] bg-[#98cdda]"
/* SCSS */
$brand: #98cdda;
/* SwiftUI */
Color(red: 0.596, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#98cdda")Accessibility — WCAG contrast
Aa
#98cdda on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98cdda on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green80.4%
Blue85.5%
CMYK percentages
Cyan30.3%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#98cdda text on a black background
contrast 12.08:1
Card sample
#98cdda text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98cdda;
Background color
Panel with #98cdda background
background-color: #98cdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98cdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98cdda; background: linear-gradient(135deg, #98cdda, #98A1DA);