#6fcf8f
a balanced, vivid green · cool · closest name: aquamarine
RGB
111, 207, 143
HSL
140°, 50%, 62%
CMYK
46, 0, 31, 19
Luminance
0.4999
Every format
| HEX | #6fcf8f |
| RGB | rgb(111, 207, 143) |
| HSL | hsl(140, 50%, 62%) |
| CMYK | cmyk(46%, 0%, 31%, 19%) |
| LAB | lab(76.1 -42.5 23.2) |
| LCH | lch(76.1 48.4 151.3) |
| OKLCH | oklch(0.779 0.130 153.1) |
Copy-ready code
/* CSS */
color: #6fcf8f;
background-color: #6fcf8f;
/* Tailwind (arbitrary) */
class="text-[#6fcf8f] bg-[#6fcf8f]"
/* SCSS */
$brand: #6fcf8f;
/* SwiftUI */
Color(red: 0.435, green: 0.812, blue: 0.561)
/* Android */
Color.parseColor("#6fcf8f")Accessibility — WCAG contrast
Aa
#6fcf8f on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fcf8f on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green81.2%
Blue56.1%
CMYK percentages
Cyan46.4%
Magenta0.0%
Yellow30.9%
Key (black)18.8%
Color previews
#6fcf8f text on a black background
contrast 11.00:1
Card sample
#6fcf8f text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fcf8f;
Background color
Panel with #6fcf8f background
background-color: #6fcf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fcf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 207, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 207, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fcf8f; background: linear-gradient(135deg, #6fcf8f, #6FCFCF);