#8cfeef
a light, electric cyan · cool · closest name: turquoise
RGB
140, 254, 239
HSL
172°, 98%, 77%
CMYK
45, 0, 6, 0
Luminance
0.8269
Every format
| HEX | #8cfeef |
| RGB | rgb(140, 254, 239) |
| HSL | hsl(172, 98%, 77%) |
| CMYK | cmyk(45%, 0%, 6%, 0%) |
| LAB | lab(92.9 -36.1 -3.0) |
| LCH | lch(92.9 36.2 184.7) |
| OKLCH | oklch(0.925 0.107 184.6) |
Copy-ready code
/* CSS */
color: #8cfeef;
background-color: #8cfeef;
/* Tailwind (arbitrary) */
class="text-[#8cfeef] bg-[#8cfeef]"
/* SCSS */
$brand: #8cfeef;
/* SwiftUI */
Color(red: 0.549, green: 0.996, blue: 0.937)
/* Android */
Color.parseColor("#8cfeef")Accessibility — WCAG contrast
Aa
#8cfeef on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cfeef on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green99.6%
Blue93.7%
CMYK percentages
Cyan44.9%
Magenta0.0%
Yellow5.9%
Key (black)0.4%
Color previews
#8cfeef text on a black background
contrast 17.54:1
Card sample
#8cfeef text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cfeef;
Background color
Panel with #8cfeef background
background-color: #8cfeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cfeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 254, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 254, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cfeef; background: linear-gradient(135deg, #8cfeef, #8CC1FE);