#98dfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
152, 223, 235
HSL
189°, 68%, 76%
CMYK
35, 5, 0, 8
Luminance
0.6545
Every format
| HEX | #98dfeb |
| RGB | rgb(152, 223, 235) |
| HSL | hsl(189, 68%, 76%) |
| CMYK | cmyk(35%, 5%, 0%, 8%) |
| LAB | lab(84.7 -19.2 -12.9) |
| LCH | lch(84.7 23.1 214.0) |
| OKLCH | oklch(0.861 0.072 209.2) |
Copy-ready code
/* CSS */
color: #98dfeb;
background-color: #98dfeb;
/* Tailwind (arbitrary) */
class="text-[#98dfeb] bg-[#98dfeb]"
/* SCSS */
$brand: #98dfeb;
/* SwiftUI */
Color(red: 0.596, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#98dfeb")Accessibility — WCAG contrast
Aa
#98dfeb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98dfeb on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green87.5%
Blue92.2%
CMYK percentages
Cyan35.3%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#98dfeb text on a black background
contrast 14.09:1
Card sample
#98dfeb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98dfeb;
Background color
Panel with #98dfeb background
background-color: #98dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98dfeb; background: linear-gradient(135deg, #98dfeb, #98A8EB);