#98c0cd
a light, soft cyan · cool · closest name: skyblue
RGB
152, 192, 205
HSL
195°, 35%, 70%
CMYK
26, 6, 0, 20
Luminance
0.4878
Every format
| HEX | #98c0cd |
| RGB | rgb(152, 192, 205) |
| HSL | hsl(195, 35%, 70%) |
| CMYK | cmyk(26%, 6%, 0%, 20%) |
| LAB | lab(75.3 -10.3 -10.9) |
| LCH | lch(75.3 15.0 226.5) |
| OKLCH | oklch(0.783 0.046 219.7) |
Copy-ready code
/* CSS */
color: #98c0cd;
background-color: #98c0cd;
/* Tailwind (arbitrary) */
class="text-[#98c0cd] bg-[#98c0cd]"
/* SCSS */
$brand: #98c0cd;
/* SwiftUI */
Color(red: 0.596, green: 0.753, blue: 0.804)
/* Android */
Color.parseColor("#98c0cd")Accessibility — WCAG contrast
Aa
#98c0cd on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98c0cd on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green75.3%
Blue80.4%
CMYK percentages
Cyan25.9%
Magenta6.3%
Yellow0.0%
Key (black)19.6%
Color previews
#98c0cd text on a black background
contrast 10.76:1
Card sample
#98c0cd text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98c0cd;
Background color
Panel with #98c0cd background
background-color: #98c0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98c0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 192, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 192, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98c0cd; background: linear-gradient(135deg, #98c0cd, #989DCD);