#98cccf
a light, soft cyan · cool · closest name: skyblue
RGB
152, 204, 207
HSL
183°, 36%, 70%
CMYK
27, 1, 0, 19
Luminance
0.5437
Every format
| HEX | #98cccf |
| RGB | rgb(152, 204, 207) |
| HSL | hsl(183, 36%, 70%) |
| CMYK | cmyk(27%, 1%, 0%, 19%) |
| LAB | lab(78.7 -16.1 -7.0) |
| LCH | lch(78.7 17.5 203.4) |
| OKLCH | oklch(0.810 0.054 200.6) |
Copy-ready code
/* CSS */
color: #98cccf;
background-color: #98cccf;
/* Tailwind (arbitrary) */
class="text-[#98cccf] bg-[#98cccf]"
/* SCSS */
$brand: #98cccf;
/* SwiftUI */
Color(red: 0.596, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#98cccf")Accessibility — WCAG contrast
Aa
#98cccf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98cccf on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green80.0%
Blue81.2%
CMYK percentages
Cyan26.6%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#98cccf text on a black background
contrast 11.87:1
Card sample
#98cccf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98cccf;
Background color
Panel with #98cccf background
background-color: #98cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98cccf; background: linear-gradient(135deg, #98cccf, #98A7CF);