#98cccd
a light, soft cyan · cool · closest name: skyblue
RGB
152, 204, 205
HSL
181°, 35%, 70%
CMYK
26, 1, 0, 20
Luminance
0.5427
Every format
| HEX | #98cccd |
| RGB | rgb(152, 204, 205) |
| HSL | hsl(181, 35%, 70%) |
| CMYK | cmyk(26%, 1%, 0%, 20%) |
| LAB | lab(78.6 -16.5 -6.0) |
| LCH | lch(78.6 17.6 199.9) |
| OKLCH | oklch(0.809 0.054 197.6) |
Copy-ready code
/* CSS */
color: #98cccd;
background-color: #98cccd;
/* Tailwind (arbitrary) */
class="text-[#98cccd] bg-[#98cccd]"
/* SCSS */
$brand: #98cccd;
/* SwiftUI */
Color(red: 0.596, green: 0.800, blue: 0.804)
/* Android */
Color.parseColor("#98cccd")Accessibility — WCAG contrast
Aa
#98cccd on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98cccd on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green80.0%
Blue80.4%
CMYK percentages
Cyan25.9%
Magenta0.5%
Yellow0.0%
Key (black)19.6%
Color previews
#98cccd text on a black background
contrast 11.85:1
Card sample
#98cccd text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98cccd;
Background color
Panel with #98cccd background
background-color: #98cccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98cccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 204, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 204, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98cccd; background: linear-gradient(135deg, #98cccd, #98A9CD);