#98cddf
a light, vivid cyan · cool · closest name: skyblue
RGB
152, 205, 223
HSL
195°, 53%, 74%
CMYK
32, 8, 0, 13
Luminance
0.5567
Every format
| HEX | #98cddf |
| RGB | rgb(152, 205, 223) |
| HSL | hsl(195, 53%, 74%) |
| CMYK | cmyk(32%, 8%, 0%, 13%) |
| LAB | lab(79.4 -12.9 -14.4) |
| LCH | lch(79.4 19.3 228.3) |
| OKLCH | oklch(0.818 0.060 220.9) |
Copy-ready code
/* CSS */
color: #98cddf;
background-color: #98cddf;
/* Tailwind (arbitrary) */
class="text-[#98cddf] bg-[#98cddf]"
/* SCSS */
$brand: #98cddf;
/* SwiftUI */
Color(red: 0.596, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#98cddf")Accessibility — WCAG contrast
Aa
#98cddf on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98cddf on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green80.4%
Blue87.5%
CMYK percentages
Cyan31.8%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#98cddf text on a black background
contrast 12.13:1
Card sample
#98cddf text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98cddf;
Background color
Panel with #98cddf background
background-color: #98cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98cddf; background: linear-gradient(135deg, #98cddf, #989EDF);