#98bfd2
a light, soft cyan · cool · closest name: skyblue
RGB
152, 191, 210
HSL
200°, 39%, 71%
CMYK
28, 9, 0, 18
Luminance
0.4859
Every format
| HEX | #98bfd2 |
| RGB | rgb(152, 191, 210) |
| HSL | hsl(200, 39%, 71%) |
| CMYK | cmyk(28%, 9%, 0%, 18%) |
| LAB | lab(75.2 -8.6 -13.8) |
| LCH | lch(75.2 16.3 238.0) |
| OKLCH | oklch(0.783 0.050 229.1) |
Copy-ready code
/* CSS */
color: #98bfd2;
background-color: #98bfd2;
/* Tailwind (arbitrary) */
class="text-[#98bfd2] bg-[#98bfd2]"
/* SCSS */
$brand: #98bfd2;
/* SwiftUI */
Color(red: 0.596, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#98bfd2")Accessibility — WCAG contrast
Aa
#98bfd2 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98bfd2 on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green74.9%
Blue82.4%
CMYK percentages
Cyan27.6%
Magenta9.0%
Yellow0.0%
Key (black)17.6%
Color previews
#98bfd2 text on a black background
contrast 10.72:1
Card sample
#98bfd2 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98bfd2;
Background color
Panel with #98bfd2 background
background-color: #98bfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98bfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98bfd2; background: linear-gradient(135deg, #98bfd2, #9898D2);