#8cefdb
a light, electric cyan · cool · closest name: turquoise
RGB
140, 239, 219
HSL
168°, 76%, 74%
CMYK
41, 0, 8, 6
Luminance
0.7242
Every format
| HEX | #8cefdb |
| RGB | rgb(140, 239, 219) |
| HSL | hsl(168, 76%, 74%) |
| CMYK | cmyk(41%, 0%, 8%, 6%) |
| LAB | lab(88.2 -33.7 0.6) |
| LCH | lch(88.2 33.7 179.0) |
| OKLCH | oklch(0.886 0.098 179.4) |
Copy-ready code
/* CSS */
color: #8cefdb;
background-color: #8cefdb;
/* Tailwind (arbitrary) */
class="text-[#8cefdb] bg-[#8cefdb]"
/* SCSS */
$brand: #8cefdb;
/* SwiftUI */
Color(red: 0.549, green: 0.937, blue: 0.859)
/* Android */
Color.parseColor("#8cefdb")Accessibility — WCAG contrast
Aa
#8cefdb on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cefdb on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green93.7%
Blue85.9%
CMYK percentages
Cyan41.4%
Magenta0.0%
Yellow8.4%
Key (black)6.3%
Color previews
#8cefdb text on a black background
contrast 15.48:1
Card sample
#8cefdb text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cefdb;
Background color
Panel with #8cefdb background
background-color: #8cefdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cefdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 239, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 239, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cefdb; background: linear-gradient(135deg, #8cefdb, #8CC1EF);