#6afdbf
a light, electric green · cool · closest name: aquamarine
RGB
106, 253, 191
HSL
155°, 97%, 70%
CMYK
58, 0, 25, 1
Luminance
0.7708
Every format
| HEX | #6afdbf |
| RGB | rgb(106, 253, 191) |
| HSL | hsl(155, 97%, 70%) |
| CMYK | cmyk(58%, 0%, 25%, 1%) |
| LAB | lab(90.3 -53.5 18.1) |
| LCH | lch(90.3 56.5 161.4) |
| OKLCH | oklch(0.898 0.154 162.6) |
Copy-ready code
/* CSS */
color: #6afdbf;
background-color: #6afdbf;
/* Tailwind (arbitrary) */
class="text-[#6afdbf] bg-[#6afdbf]"
/* SCSS */
$brand: #6afdbf;
/* SwiftUI */
Color(red: 0.416, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#6afdbf")Accessibility — WCAG contrast
Aa
#6afdbf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6afdbf on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green99.2%
Blue74.9%
CMYK percentages
Cyan58.1%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#6afdbf text on a black background
contrast 16.42:1
Card sample
#6afdbf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6afdbf;
Background color
Panel with #6afdbf background
background-color: #6afdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6afdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6afdbf; background: linear-gradient(135deg, #6afdbf, #6AD9FD);