#8ceceb
a light, vivid cyan · cool · closest name: turquoise
RGB
140, 236, 235
HSL
179°, 72%, 74%
CMYK
41, 0, 0, 8
Luminance
0.7156
Every format
| HEX | #8ceceb |
| RGB | rgb(140, 236, 235) |
| HSL | hsl(179, 72%, 74%) |
| CMYK | cmyk(41%, 0%, 0%, 8%) |
| LAB | lab(87.8 -28.6 -8.4) |
| LCH | lch(87.8 29.8 196.4) |
| OKLCH | oklch(0.884 0.091 194.8) |
Copy-ready code
/* CSS */
color: #8ceceb;
background-color: #8ceceb;
/* Tailwind (arbitrary) */
class="text-[#8ceceb] bg-[#8ceceb]"
/* SCSS */
$brand: #8ceceb;
/* SwiftUI */
Color(red: 0.549, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#8ceceb")Accessibility — WCAG contrast
Aa
#8ceceb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ceceb on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green92.5%
Blue92.2%
CMYK percentages
Cyan40.7%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#8ceceb text on a black background
contrast 15.31:1
Card sample
#8ceceb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ceceb;
Background color
Panel with #8ceceb background
background-color: #8ceceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ceceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ceceb; background: linear-gradient(135deg, #8ceceb, #8CADEC);