#8beccf
a light, vivid cyan · cool · closest name: aquamarine
RGB
139, 236, 207
HSL
162°, 72%, 74%
CMYK
41, 0, 12, 8
Luminance
0.6998
Every format
| HEX | #8beccf |
| RGB | rgb(139, 236, 207) |
| HSL | hsl(162, 72%, 74%) |
| CMYK | cmyk(41%, 0%, 12%, 8%) |
| LAB | lab(87.0 -35.2 5.1) |
| LCH | lch(87.0 35.6 171.7) |
| OKLCH | oklch(0.875 0.101 172.6) |
Copy-ready code
/* CSS */
color: #8beccf;
background-color: #8beccf;
/* Tailwind (arbitrary) */
class="text-[#8beccf] bg-[#8beccf]"
/* SCSS */
$brand: #8beccf;
/* SwiftUI */
Color(red: 0.545, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#8beccf")Accessibility — WCAG contrast
Aa
#8beccf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8beccf on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green92.5%
Blue81.2%
CMYK percentages
Cyan41.1%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#8beccf text on a black background
contrast 15.00:1
Card sample
#8beccf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8beccf;
Background color
Panel with #8beccf background
background-color: #8beccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8beccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8beccf; background: linear-gradient(135deg, #8beccf, #8BC8EC);