#98dcdf
a light, vivid cyan · cool · closest name: skyblue
RGB
152, 220, 223
HSL
183°, 53%, 74%
CMYK
32, 1, 0, 13
Luminance
0.6319
Every format
| HEX | #98dcdf |
| RGB | rgb(152, 220, 223) |
| HSL | hsl(183, 53%, 74%) |
| CMYK | cmyk(32%, 1%, 0%, 13%) |
| LAB | lab(83.5 -20.5 -8.3) |
| LCH | lch(83.5 22.1 202.0) |
| OKLCH | oklch(0.850 0.068 199.4) |
Copy-ready code
/* CSS */
color: #98dcdf;
background-color: #98dcdf;
/* Tailwind (arbitrary) */
class="text-[#98dcdf] bg-[#98dcdf]"
/* SCSS */
$brand: #98dcdf;
/* SwiftUI */
Color(red: 0.596, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#98dcdf")Accessibility — WCAG contrast
Aa
#98dcdf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98dcdf on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green86.3%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#98dcdf text on a black background
contrast 13.64:1
Card sample
#98dcdf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98dcdf;
Background color
Panel with #98dcdf background
background-color: #98dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98dcdf; background: linear-gradient(135deg, #98dcdf, #98ADDF);