#98cfe2
a light, vivid cyan · cool · closest name: skyblue
RGB
152, 207, 226
HSL
195°, 56%, 74%
CMYK
33, 8, 0, 11
Luminance
0.5679
Every format
| HEX | #98cfe2 |
| RGB | rgb(152, 207, 226) |
| HSL | hsl(195, 56%, 74%) |
| CMYK | cmyk(33%, 8%, 0%, 11%) |
| LAB | lab(80.1 -13.2 -15.1) |
| LCH | lch(80.1 20.0 228.9) |
| OKLCH | oklch(0.823 0.063 221.3) |
Copy-ready code
/* CSS */
color: #98cfe2;
background-color: #98cfe2;
/* Tailwind (arbitrary) */
class="text-[#98cfe2] bg-[#98cfe2]"
/* SCSS */
$brand: #98cfe2;
/* SwiftUI */
Color(red: 0.596, green: 0.812, blue: 0.886)
/* Android */
Color.parseColor("#98cfe2")Accessibility — WCAG contrast
Aa
#98cfe2 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98cfe2 on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green81.2%
Blue88.6%
CMYK percentages
Cyan32.7%
Magenta8.4%
Yellow0.0%
Key (black)11.4%
Color previews
#98cfe2 text on a black background
contrast 12.36:1
Card sample
#98cfe2 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98cfe2;
Background color
Panel with #98cfe2 background
background-color: #98cfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98cfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 207, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 207, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98cfe2; background: linear-gradient(135deg, #98cfe2, #989EE2);