#6afecf
a light, electric cyan · cool · closest name: aquamarine
RGB
106, 254, 207
HSL
161°, 99%, 71%
CMYK
58, 0, 19, 0
Luminance
0.7845
Every format
| HEX | #6afecf |
| RGB | rgb(106, 254, 207) |
| HSL | hsl(161, 99%, 71%) |
| CMYK | cmyk(58%, 0%, 19%, 0%) |
| LAB | lab(91.0 -50.5 10.7) |
| LCH | lch(91.0 51.6 168.0) |
| OKLCH | oklch(0.904 0.144 169.0) |
Copy-ready code
/* CSS */
color: #6afecf;
background-color: #6afecf;
/* Tailwind (arbitrary) */
class="text-[#6afecf] bg-[#6afecf]"
/* SCSS */
$brand: #6afecf;
/* SwiftUI */
Color(red: 0.416, green: 0.996, blue: 0.812)
/* Android */
Color.parseColor("#6afecf")Accessibility — WCAG contrast
Aa
#6afecf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6afecf on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green99.6%
Blue81.2%
CMYK percentages
Cyan58.3%
Magenta0.0%
Yellow18.5%
Key (black)0.4%
Color previews
#6afecf text on a black background
contrast 16.69:1
Card sample
#6afecf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6afecf;
Background color
Panel with #6afecf background
background-color: #6afecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6afecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 254, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 254, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6afecf; background: linear-gradient(135deg, #6afecf, #6ACAFE);