#98cfcc
a light, soft cyan · cool · closest name: skyblue
RGB
152, 207, 204
HSL
177°, 36%, 70%
CMYK
27, 0, 1, 19
Luminance
0.5566
Every format
| HEX | #98cfcc |
| RGB | rgb(152, 207, 204) |
| HSL | hsl(177, 36%, 70%) |
| CMYK | cmyk(27%, 0%, 1%, 19%) |
| LAB | lab(79.4 -18.3 -4.3) |
| LCH | lch(79.4 18.8 193.1) |
| OKLCH | oklch(0.816 0.057 191.9) |
Copy-ready code
/* CSS */
color: #98cfcc;
background-color: #98cfcc;
/* Tailwind (arbitrary) */
class="text-[#98cfcc] bg-[#98cfcc]"
/* SCSS */
$brand: #98cfcc;
/* SwiftUI */
Color(red: 0.596, green: 0.812, blue: 0.800)
/* Android */
Color.parseColor("#98cfcc")Accessibility — WCAG contrast
Aa
#98cfcc on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#98cfcc on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.6%
Green81.2%
Blue80.0%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow1.4%
Key (black)18.8%
Color previews
#98cfcc text on a black background
contrast 12.13:1
Card sample
#98cfcc text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #98cfcc;
Background color
Panel with #98cfcc background
background-color: #98cfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #98cfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(152, 207, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(152, 207, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #98cfcc; background: linear-gradient(135deg, #98cfcc, #98ADCF);