#8ffceb
a light, electric cyan · cool · closest name: turquoise
RGB
143, 252, 235
HSL
171°, 95%, 78%
CMYK
43, 0, 7, 1
Luminance
0.8146
Every format
| HEX | #8ffceb |
| RGB | rgb(143, 252, 235) |
| HSL | hsl(171, 95%, 78%) |
| CMYK | cmyk(43%, 0%, 7%, 1%) |
| LAB | lab(92.3 -35.4 -1.7) |
| LCH | lch(92.3 35.4 182.7) |
| OKLCH | oklch(0.921 0.104 182.8) |
Copy-ready code
/* CSS */
color: #8ffceb;
background-color: #8ffceb;
/* Tailwind (arbitrary) */
class="text-[#8ffceb] bg-[#8ffceb]"
/* SCSS */
$brand: #8ffceb;
/* SwiftUI */
Color(red: 0.561, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#8ffceb")Accessibility — WCAG contrast
Aa
#8ffceb on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ffceb on black: 17.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green98.8%
Blue92.2%
CMYK percentages
Cyan43.3%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#8ffceb text on a black background
contrast 17.29:1
Card sample
#8ffceb text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ffceb;
Background color
Panel with #8ffceb background
background-color: #8ffceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ffceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ffceb; background: linear-gradient(135deg, #8ffceb, #8FC5FC);