#98cbdf
a light, vivid cyan · cool · closest name: skyblue
RGB
152, 203, 223
HSL
197°, 53%, 74%
CMYK
32, 9, 0, 13
Luminance
0.5471
Every format
| HEX | #98cbdf |
| RGB | rgb(152, 203, 223) |
| HSL | hsl(197, 53%, 74%) |
| CMYK | cmyk(32%, 9%, 0%, 13%) |
| LAB | lab(78.9 -11.8 -15.3) |
| LCH | lch(78.9 19.3 232.2) |
| OKLCH | oklch(0.813 0.060 224.1) |
Copy-ready code
/* CSS */
color: #98cbdf;
background-color: #98cbdf;
/* Tailwind (arbitrary) */
class="text-[#98cbdf] bg-[#98cbdf]"
/* SCSS */
$brand: #98cbdf;
/* SwiftUI */
Color(red: 0.596, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#98cbdf")Accessibility — WCAG contrast
Aa
#98cbdf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98cbdf on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green79.6%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#98cbdf text on a black background
contrast 11.94:1
Card sample
#98cbdf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98cbdf;
Background color
Panel with #98cbdf background
background-color: #98cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98cbdf; background: linear-gradient(135deg, #98cbdf, #989CDF);