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