#8fc2d6
a light, vivid cyan · cool · closest name: skyblue
RGB
143, 194, 214
HSL
197°, 46%, 70%
CMYK
33, 9, 0, 16
Luminance
0.4928
Every format
| HEX | #8fc2d6 |
| RGB | rgb(143, 194, 214) |
| HSL | hsl(197, 46%, 70%) |
| CMYK | cmyk(33%, 9%, 0%, 16%) |
| LAB | lab(75.6 -11.8 -15.3) |
| LCH | lch(75.6 19.4 232.4) |
| OKLCH | oklch(0.785 0.060 224.1) |
Copy-ready code
/* CSS */
color: #8fc2d6;
background-color: #8fc2d6;
/* Tailwind (arbitrary) */
class="text-[#8fc2d6] bg-[#8fc2d6]"
/* SCSS */
$brand: #8fc2d6;
/* SwiftUI */
Color(red: 0.561, green: 0.761, blue: 0.839)
/* Android */
Color.parseColor("#8fc2d6")Accessibility — WCAG contrast
Aa
#8fc2d6 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fc2d6 on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green76.1%
Blue83.9%
CMYK percentages
Cyan33.2%
Magenta9.3%
Yellow0.0%
Key (black)16.1%
Color previews
#8fc2d6 text on a black background
contrast 10.86:1
Card sample
#8fc2d6 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fc2d6;
Background color
Panel with #8fc2d6 background
background-color: #8fc2d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fc2d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 194, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 194, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fc2d6; background: linear-gradient(135deg, #8fc2d6, #8F93D6);