#8fd3cf
a light, soft cyan · cool · closest name: skyblue
RGB
143, 211, 207
HSL
177°, 44%, 69%
CMYK
32, 0, 2, 17
Luminance
0.5693
Every format
| HEX | #8fd3cf |
| RGB | rgb(143, 211, 207) |
| HSL | hsl(177, 44%, 69%) |
| CMYK | cmyk(32%, 0%, 2%, 17%) |
| LAB | lab(80.1 -22.2 -4.8) |
| LCH | lch(80.1 22.7 192.3) |
| OKLCH | oklch(0.821 0.069 191.2) |
Copy-ready code
/* CSS */
color: #8fd3cf;
background-color: #8fd3cf;
/* Tailwind (arbitrary) */
class="text-[#8fd3cf] bg-[#8fd3cf]"
/* SCSS */
$brand: #8fd3cf;
/* SwiftUI */
Color(red: 0.561, green: 0.827, blue: 0.812)
/* Android */
Color.parseColor("#8fd3cf")Accessibility — WCAG contrast
Aa
#8fd3cf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd3cf on black: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green82.7%
Blue81.2%
CMYK percentages
Cyan32.2%
Magenta0.0%
Yellow1.9%
Key (black)17.3%
Color previews
#8fd3cf text on a black background
contrast 12.39:1
Card sample
#8fd3cf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd3cf;
Background color
Panel with #8fd3cf background
background-color: #8fd3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 211, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 211, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd3cf; background: linear-gradient(135deg, #8fd3cf, #8FAAD3);