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