#98eceb
a light, vivid cyan · cool · closest name: skyblue
RGB
152, 236, 235
HSL
179°, 69%, 76%
CMYK
36, 0, 0, 8
Luminance
0.7266
Every format
| HEX | #98eceb |
| RGB | rgb(152, 236, 235) |
| HSL | hsl(179, 69%, 76%) |
| CMYK | cmyk(36%, 0%, 0%, 8%) |
| LAB | lab(88.3 -25.6 -7.6) |
| LCH | lch(88.3 26.7 196.5) |
| OKLCH | oklch(0.889 0.082 194.8) |
Copy-ready code
/* CSS */
color: #98eceb;
background-color: #98eceb;
/* Tailwind (arbitrary) */
class="text-[#98eceb] bg-[#98eceb]"
/* SCSS */
$brand: #98eceb;
/* SwiftUI */
Color(red: 0.596, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#98eceb")Accessibility — WCAG contrast
Aa
#98eceb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98eceb on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green92.5%
Blue92.2%
CMYK percentages
Cyan35.6%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#98eceb text on a black background
contrast 15.53:1
Card sample
#98eceb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98eceb;
Background color
Panel with #98eceb background
background-color: #98eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98eceb; background: linear-gradient(135deg, #98eceb, #98B5EC);