#98c6cd
a light, soft cyan · cool · closest name: skyblue
RGB
152, 198, 205
HSL
188°, 35%, 70%
CMYK
26, 3, 0, 20
Luminance
0.5147
Every format
| HEX | #98c6cd |
| RGB | rgb(152, 198, 205) |
| HSL | hsl(188, 35%, 70%) |
| CMYK | cmyk(26%, 3%, 0%, 20%) |
| LAB | lab(77.0 -13.4 -8.4) |
| LCH | lch(77.0 15.9 212.1) |
| OKLCH | oklch(0.796 0.049 207.8) |
Copy-ready code
/* CSS */
color: #98c6cd;
background-color: #98c6cd;
/* Tailwind (arbitrary) */
class="text-[#98c6cd] bg-[#98c6cd]"
/* SCSS */
$brand: #98c6cd;
/* SwiftUI */
Color(red: 0.596, green: 0.776, blue: 0.804)
/* Android */
Color.parseColor("#98c6cd")Accessibility — WCAG contrast
Aa
#98c6cd on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98c6cd on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green77.6%
Blue80.4%
CMYK percentages
Cyan25.9%
Magenta3.4%
Yellow0.0%
Key (black)19.6%
Color previews
#98c6cd text on a black background
contrast 11.29:1
Card sample
#98c6cd text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98c6cd;
Background color
Panel with #98c6cd background
background-color: #98c6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98c6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 198, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 198, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98c6cd; background: linear-gradient(135deg, #98c6cd, #98A3CD);