#8fccce
a light, soft cyan · cool · closest name: skyblue
RGB
143, 204, 206
HSL
182°, 39%, 68%
CMYK
31, 1, 0, 19
Luminance
0.5348
Every format
| HEX | #8fccce |
| RGB | rgb(143, 204, 206) |
| HSL | hsl(182, 39%, 68%) |
| CMYK | cmyk(31%, 1%, 0%, 19%) |
| LAB | lab(78.2 -18.9 -7.3) |
| LCH | lch(78.2 20.2 201.0) |
| OKLCH | oklch(0.805 0.062 198.6) |
Copy-ready code
/* CSS */
color: #8fccce;
background-color: #8fccce;
/* Tailwind (arbitrary) */
class="text-[#8fccce] bg-[#8fccce]"
/* SCSS */
$brand: #8fccce;
/* SwiftUI */
Color(red: 0.561, green: 0.800, blue: 0.808)
/* Android */
Color.parseColor("#8fccce")Accessibility — WCAG contrast
Aa
#8fccce on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fccce on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green80.0%
Blue80.8%
CMYK percentages
Cyan30.6%
Magenta1.0%
Yellow0.0%
Key (black)19.2%
Color previews
#8fccce text on a black background
contrast 11.70:1
Card sample
#8fccce text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fccce;
Background color
Panel with #8fccce background
background-color: #8fccce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fccce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 204, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 204, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fccce; background: linear-gradient(135deg, #8fccce, #8FA2CE);