#8cfaeb
a light, electric cyan · cool · closest name: turquoise
RGB
140, 250, 235
HSL
172°, 92%, 77%
CMYK
44, 0, 6, 2
Luminance
0.7994
Every format
| HEX | #8cfaeb |
| RGB | rgb(140, 250, 235) |
| HSL | hsl(172, 92%, 77%) |
| CMYK | cmyk(44%, 0%, 6%, 2%) |
| LAB | lab(91.7 -35.1 -2.7) |
| LCH | lch(91.7 35.3 184.3) |
| OKLCH | oklch(0.915 0.104 184.3) |
Copy-ready code
/* CSS */
color: #8cfaeb;
background-color: #8cfaeb;
/* Tailwind (arbitrary) */
class="text-[#8cfaeb] bg-[#8cfaeb]"
/* SCSS */
$brand: #8cfaeb;
/* SwiftUI */
Color(red: 0.549, green: 0.980, blue: 0.922)
/* Android */
Color.parseColor("#8cfaeb")Accessibility — WCAG contrast
Aa
#8cfaeb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cfaeb on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green98.0%
Blue92.2%
CMYK percentages
Cyan44.0%
Magenta0.0%
Yellow6.0%
Key (black)2.0%
Color previews
#8cfaeb text on a black background
contrast 16.99:1
Card sample
#8cfaeb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cfaeb;
Background color
Panel with #8cfaeb background
background-color: #8cfaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cfaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 250, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 250, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cfaeb; background: linear-gradient(135deg, #8cfaeb, #8CC0FA);