#8ffcdb
a light, electric cyan · cool · closest name: aquamarine
RGB
143, 252, 219
HSL
162°, 95%, 78%
CMYK
43, 0, 13, 1
Luminance
0.8057
Every format
| HEX | #8ffcdb |
| RGB | rgb(143, 252, 219) |
| HSL | hsl(162, 95%, 78%) |
| CMYK | cmyk(43%, 0%, 13%, 1%) |
| LAB | lab(91.9 -38.9 6.0) |
| LCH | lch(91.9 39.4 171.2) |
| OKLCH | oklch(0.916 0.112 172.1) |
Copy-ready code
/* CSS */
color: #8ffcdb;
background-color: #8ffcdb;
/* Tailwind (arbitrary) */
class="text-[#8ffcdb] bg-[#8ffcdb]"
/* SCSS */
$brand: #8ffcdb;
/* SwiftUI */
Color(red: 0.561, green: 0.988, blue: 0.859)
/* Android */
Color.parseColor("#8ffcdb")Accessibility — WCAG contrast
Aa
#8ffcdb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ffcdb on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green98.8%
Blue85.9%
CMYK percentages
Cyan43.3%
Magenta0.0%
Yellow13.1%
Key (black)1.2%
Color previews
#8ffcdb text on a black background
contrast 17.11:1
Card sample
#8ffcdb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ffcdb;
Background color
Panel with #8ffcdb background
background-color: #8ffcdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ffcdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 252, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 252, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ffcdb; background: linear-gradient(135deg, #8ffcdb, #8FD4FC);