#8cebdf
a light, vivid cyan · cool · closest name: turquoise
RGB
140, 235, 223
HSL
172°, 70%, 74%
CMYK
40, 0, 5, 8
Luminance
0.7032
Every format
| HEX | #8cebdf |
| RGB | rgb(140, 235, 223) |
| HSL | hsl(172, 70%, 74%) |
| CMYK | cmyk(40%, 0%, 5%, 8%) |
| LAB | lab(87.2 -30.9 -3.0) |
| LCH | lch(87.2 31.1 185.6) |
| OKLCH | oklch(0.878 0.092 185.4) |
Copy-ready code
/* CSS */
color: #8cebdf;
background-color: #8cebdf;
/* Tailwind (arbitrary) */
class="text-[#8cebdf] bg-[#8cebdf]"
/* SCSS */
$brand: #8cebdf;
/* SwiftUI */
Color(red: 0.549, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#8cebdf")Accessibility — WCAG contrast
Aa
#8cebdf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cebdf on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green92.2%
Blue87.5%
CMYK percentages
Cyan40.4%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#8cebdf text on a black background
contrast 15.06:1
Card sample
#8cebdf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cebdf;
Background color
Panel with #8cebdf background
background-color: #8cebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cebdf; background: linear-gradient(135deg, #8cebdf, #8CB8EB);