#98bace
a light, soft blue · cool · closest name: skyblue
RGB
152, 186, 206
HSL
202°, 36%, 70%
CMYK
26, 10, 0, 19
Luminance
0.4625
Every format
| HEX | #98bace |
| RGB | rgb(152, 186, 206) |
| HSL | hsl(202, 36%, 70%) |
| CMYK | cmyk(26%, 10%, 0%, 19%) |
| LAB | lab(73.7 -6.9 -13.8) |
| LCH | lch(73.7 15.5 243.5) |
| OKLCH | oklch(0.771 0.047 234.0) |
Copy-ready code
/* CSS */
color: #98bace;
background-color: #98bace;
/* Tailwind (arbitrary) */
class="text-[#98bace] bg-[#98bace]"
/* SCSS */
$brand: #98bace;
/* SwiftUI */
Color(red: 0.596, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#98bace")Accessibility — WCAG contrast
Aa
#98bace on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98bace on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green72.9%
Blue80.8%
CMYK percentages
Cyan26.2%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#98bace text on a black background
contrast 10.25:1
Card sample
#98bace text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98bace;
Background color
Panel with #98bace background
background-color: #98bace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98bace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98bace; background: linear-gradient(135deg, #98bace, #9A98CE);