#98b3c3
a light, soft blue · cool · closest name: silver
RGB
152, 179, 195
HSL
202°, 26%, 68%
CMYK
22, 8, 0, 24
Luminance
0.4286
Every format
| HEX | #98b3c3 |
| RGB | rgb(152, 179, 195) |
| HSL | hsl(202, 26%, 68%) |
| CMYK | cmyk(22%, 8%, 0%, 24%) |
| LAB | lab(71.5 -5.7 -11.2) |
| LCH | lch(71.5 12.6 243.0) |
| OKLCH | oklch(0.752 0.038 234.0) |
Copy-ready code
/* CSS */
color: #98b3c3;
background-color: #98b3c3;
/* Tailwind (arbitrary) */
class="text-[#98b3c3] bg-[#98b3c3]"
/* SCSS */
$brand: #98b3c3;
/* SwiftUI */
Color(red: 0.596, green: 0.702, blue: 0.765)
/* Android */
Color.parseColor("#98b3c3")Accessibility — WCAG contrast
Aa
#98b3c3 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98b3c3 on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green70.2%
Blue76.5%
CMYK percentages
Cyan22.1%
Magenta8.2%
Yellow0.0%
Key (black)23.5%
Color previews
#98b3c3 text on a black background
contrast 9.57:1
Card sample
#98b3c3 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98b3c3;
Background color
Panel with #98b3c3 background
background-color: #98b3c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98b3c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 179, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 179, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98b3c3; background: linear-gradient(135deg, #98b3c3, #9A98C3);