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