#98acca
a light, soft blue · cool · closest name: skyblue
RGB
152, 172, 202
HSL
216°, 32%, 69%
CMYK
25, 15, 0, 21
Luminance
0.4044
Every format
| HEX | #98acca |
| RGB | rgb(152, 172, 202) |
| HSL | hsl(216, 32%, 69%) |
| CMYK | cmyk(25%, 15%, 0%, 21%) |
| LAB | lab(69.8 -0.3 -17.6) |
| LCH | lch(69.8 17.6 269.2) |
| OKLCH | oklch(0.739 0.049 258.4) |
Copy-ready code
/* CSS */
color: #98acca;
background-color: #98acca;
/* Tailwind (arbitrary) */
class="text-[#98acca] bg-[#98acca]"
/* SCSS */
$brand: #98acca;
/* SwiftUI */
Color(red: 0.596, green: 0.675, blue: 0.792)
/* Android */
Color.parseColor("#98acca")Accessibility — WCAG contrast
Aa
#98acca on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98acca on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green67.5%
Blue79.2%
CMYK percentages
Cyan24.8%
Magenta14.9%
Yellow0.0%
Key (black)20.8%
Color previews
#98acca text on a black background
contrast 9.09:1
Card sample
#98acca text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98acca;
Background color
Panel with #98acca background
background-color: #98acca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98acca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 172, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 172, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98acca; background: linear-gradient(135deg, #98acca, #A598CA);