#6afecb
a light, electric green · cool · closest name: aquamarine
RGB
106, 254, 203
HSL
159°, 99%, 71%
CMYK
58, 0, 20, 0
Luminance
0.7826
Every format
| HEX | #6afecb |
| RGB | rgb(106, 254, 203) |
| HSL | hsl(159, 99%, 71%) |
| CMYK | cmyk(58%, 0%, 20%, 0%) |
| LAB | lab(90.9 -51.4 12.6) |
| LCH | lch(90.9 52.9 166.2) |
| OKLCH | oklch(0.903 0.147 167.3) |
Copy-ready code
/* CSS */
color: #6afecb;
background-color: #6afecb;
/* Tailwind (arbitrary) */
class="text-[#6afecb] bg-[#6afecb]"
/* SCSS */
$brand: #6afecb;
/* SwiftUI */
Color(red: 0.416, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#6afecb")Accessibility — WCAG contrast
Aa
#6afecb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6afecb on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green99.6%
Blue79.6%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#6afecb text on a black background
contrast 16.65:1
Card sample
#6afecb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6afecb;
Background color
Panel with #6afecb background
background-color: #6afecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6afecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6afecb; background: linear-gradient(135deg, #6afecb, #6ACEFE);