#8cebcf
a light, vivid cyan · cool · closest name: aquamarine
RGB
140, 235, 207
HSL
162°, 70%, 74%
CMYK
40, 0, 12, 8
Luminance
0.6950
Every format
| HEX | #8cebcf |
| RGB | rgb(140, 235, 207) |
| HSL | hsl(162, 70%, 74%) |
| CMYK | cmyk(40%, 0%, 12%, 8%) |
| LAB | lab(86.8 -34.5 4.8) |
| LCH | lch(86.8 34.8 172.1) |
| OKLCH | oklch(0.873 0.099 173.0) |
Copy-ready code
/* CSS */
color: #8cebcf;
background-color: #8cebcf;
/* Tailwind (arbitrary) */
class="text-[#8cebcf] bg-[#8cebcf]"
/* SCSS */
$brand: #8cebcf;
/* SwiftUI */
Color(red: 0.549, green: 0.922, blue: 0.812)
/* Android */
Color.parseColor("#8cebcf")Accessibility — WCAG contrast
Aa
#8cebcf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cebcf on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green92.2%
Blue81.2%
CMYK percentages
Cyan40.4%
Magenta0.0%
Yellow11.9%
Key (black)7.8%
Color previews
#8cebcf text on a black background
contrast 14.90:1
Card sample
#8cebcf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cebcf;
Background color
Panel with #8cebcf background
background-color: #8cebcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cebcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 235, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 235, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cebcf; background: linear-gradient(135deg, #8cebcf, #8CC8EB);