#6ffcba
a light, electric green · cool · closest name: aquamarine
RGB
111, 252, 186
HSL
152°, 96%, 71%
CMYK
56, 0, 26, 1
Luminance
0.7655
Every format
| HEX | #6ffcba |
| RGB | rgb(111, 252, 186) |
| HSL | hsl(152, 96%, 71%) |
| CMYK | cmyk(56%, 0%, 26%, 1%) |
| LAB | lab(90.1 -53.1 20.3) |
| LCH | lch(90.1 56.9 159.1) |
| OKLCH | oklch(0.896 0.155 160.5) |
Copy-ready code
/* CSS */
color: #6ffcba;
background-color: #6ffcba;
/* Tailwind (arbitrary) */
class="text-[#6ffcba] bg-[#6ffcba]"
/* SCSS */
$brand: #6ffcba;
/* SwiftUI */
Color(red: 0.435, green: 0.988, blue: 0.729)
/* Android */
Color.parseColor("#6ffcba")Accessibility — WCAG contrast
Aa
#6ffcba on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ffcba on black: 16.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green98.8%
Blue72.9%
CMYK percentages
Cyan56.0%
Magenta0.0%
Yellow26.2%
Key (black)1.2%
Color previews
#6ffcba text on a black background
contrast 16.31:1
Card sample
#6ffcba text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ffcba;
Background color
Panel with #6ffcba background
background-color: #6ffcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ffcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 252, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 252, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ffcba; background: linear-gradient(135deg, #6ffcba, #6FE0FC);