#8febcd
a light, vivid cyan · cool · closest name: aquamarine
RGB
143, 235, 205
HSL
160°, 70%, 74%
CMYK
39, 0, 13, 8
Luminance
0.6966
Every format
| HEX | #8febcd |
| RGB | rgb(143, 235, 205) |
| HSL | hsl(160, 70%, 74%) |
| CMYK | cmyk(39%, 0%, 13%, 8%) |
| LAB | lab(86.8 -34.2 6.0) |
| LCH | lch(86.8 34.7 170.1) |
| OKLCH | oklch(0.874 0.098 171.1) |
Copy-ready code
/* CSS */
color: #8febcd;
background-color: #8febcd;
/* Tailwind (arbitrary) */
class="text-[#8febcd] bg-[#8febcd]"
/* SCSS */
$brand: #8febcd;
/* SwiftUI */
Color(red: 0.561, green: 0.922, blue: 0.804)
/* Android */
Color.parseColor("#8febcd")Accessibility — WCAG contrast
Aa
#8febcd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8febcd on black: 14.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green92.2%
Blue80.4%
CMYK percentages
Cyan39.1%
Magenta0.0%
Yellow12.8%
Key (black)7.8%
Color previews
#8febcd text on a black background
contrast 14.93:1
Card sample
#8febcd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8febcd;
Background color
Panel with #8febcd background
background-color: #8febcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8febcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 235, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 235, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8febcd; background: linear-gradient(135deg, #8febcd, #8FCCEB);