#98cfda
a light, vivid cyan · cool · closest name: skyblue
RGB
152, 207, 218
HSL
190°, 47%, 73%
CMYK
30, 5, 0, 15
Luminance
0.5636
Every format
| HEX | #98cfda |
| RGB | rgb(152, 207, 218) |
| HSL | hsl(190, 47%, 73%) |
| CMYK | cmyk(30%, 5%, 0%, 15%) |
| LAB | lab(79.8 -15.1 -11.2) |
| LCH | lch(79.8 18.8 216.5) |
| OKLCH | oklch(0.820 0.059 211.3) |
Copy-ready code
/* CSS */
color: #98cfda;
background-color: #98cfda;
/* Tailwind (arbitrary) */
class="text-[#98cfda] bg-[#98cfda]"
/* SCSS */
$brand: #98cfda;
/* SwiftUI */
Color(red: 0.596, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#98cfda")Accessibility — WCAG contrast
Aa
#98cfda on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98cfda on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green81.2%
Blue85.5%
CMYK percentages
Cyan30.3%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#98cfda text on a black background
contrast 12.27:1
Card sample
#98cfda text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98cfda;
Background color
Panel with #98cfda background
background-color: #98cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98cfda; background: linear-gradient(135deg, #98cfda, #98A3DA);