#8ceef1
a light, electric cyan · cool · closest name: turquoise
RGB
140, 238, 241
HSL
182°, 78%, 75%
CMYK
42, 1, 0, 6
Luminance
0.7308
Every format
| HEX | #8ceef1 |
| RGB | rgb(140, 238, 241) |
| HSL | hsl(182, 78%, 75%) |
| CMYK | cmyk(42%, 1%, 0%, 6%) |
| LAB | lab(88.5 -28.1 -10.5) |
| LCH | lch(88.5 30.0 200.5) |
| OKLCH | oklch(0.890 0.093 198.2) |
Copy-ready code
/* CSS */
color: #8ceef1;
background-color: #8ceef1;
/* Tailwind (arbitrary) */
class="text-[#8ceef1] bg-[#8ceef1]"
/* SCSS */
$brand: #8ceef1;
/* SwiftUI */
Color(red: 0.549, green: 0.933, blue: 0.945)
/* Android */
Color.parseColor("#8ceef1")Accessibility — WCAG contrast
Aa
#8ceef1 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ceef1 on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green93.3%
Blue94.5%
CMYK percentages
Cyan41.9%
Magenta1.2%
Yellow0.0%
Key (black)5.5%
Color previews
#8ceef1 text on a black background
contrast 15.62:1
Card sample
#8ceef1 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ceef1;
Background color
Panel with #8ceef1 background
background-color: #8ceef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ceef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 238, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 238, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ceef1; background: linear-gradient(135deg, #8ceef1, #8CABF1);