#6ce4b6
a light, vivid green · cool · closest name: aquamarine
RGB
108, 228, 182
HSL
157°, 69%, 66%
CMYK
53, 0, 20, 11
Luminance
0.6205
Every format
| HEX | #6ce4b6 |
| RGB | rgb(108, 228, 182) |
| HSL | hsl(157, 69%, 66%) |
| CMYK | cmyk(53%, 0%, 20%, 11%) |
| LAB | lab(82.9 -44.5 12.3) |
| LCH | lch(82.9 46.2 164.6) |
| OKLCH | oklch(0.837 0.128 165.7) |
Copy-ready code
/* CSS */
color: #6ce4b6;
background-color: #6ce4b6;
/* Tailwind (arbitrary) */
class="text-[#6ce4b6] bg-[#6ce4b6]"
/* SCSS */
$brand: #6ce4b6;
/* SwiftUI */
Color(red: 0.424, green: 0.894, blue: 0.714)
/* Android */
Color.parseColor("#6ce4b6")Accessibility — WCAG contrast
Aa
#6ce4b6 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ce4b6 on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green89.4%
Blue71.4%
CMYK percentages
Cyan52.6%
Magenta0.0%
Yellow20.2%
Key (black)10.6%
Color previews
#6ce4b6 text on a black background
contrast 13.41:1
Card sample
#6ce4b6 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ce4b6;
Background color
Panel with #6ce4b6 background
background-color: #6ce4b6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ce4b6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 228, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 228, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ce4b6; background: linear-gradient(135deg, #6ce4b6, #6CC2E4);