#98cfdf
a light, vivid cyan · cool · closest name: skyblue
RGB
152, 207, 223
HSL
194°, 53%, 74%
CMYK
32, 7, 0, 13
Luminance
0.5663
Every format
| HEX | #98cfdf |
| RGB | rgb(152, 207, 223) |
| HSL | hsl(194, 53%, 74%) |
| CMYK | cmyk(32%, 7%, 0%, 13%) |
| LAB | lab(80.0 -13.9 -13.6) |
| LCH | lch(80.0 19.5 224.4) |
| OKLCH | oklch(0.822 0.061 217.7) |
Copy-ready code
/* CSS */
color: #98cfdf;
background-color: #98cfdf;
/* Tailwind (arbitrary) */
class="text-[#98cfdf] bg-[#98cfdf]"
/* SCSS */
$brand: #98cfdf;
/* SwiftUI */
Color(red: 0.596, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#98cfdf")Accessibility — WCAG contrast
Aa
#98cfdf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98cfdf on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green81.2%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#98cfdf text on a black background
contrast 12.33:1
Card sample
#98cfdf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98cfdf;
Background color
Panel with #98cfdf background
background-color: #98cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98cfdf; background: linear-gradient(135deg, #98cfdf, #98A0DF);