#6dfbcf
a light, electric cyan · cool · closest name: aquamarine
RGB
109, 251, 207
HSL
161°, 95%, 71%
CMYK
57, 0, 18, 2
Luminance
0.7675
Every format
| HEX | #6dfbcf |
| RGB | rgb(109, 251, 207) |
| HSL | hsl(161, 95%, 71%) |
| CMYK | cmyk(57%, 0%, 18%, 2%) |
| LAB | lab(90.2 -48.7 9.6) |
| LCH | lch(90.2 49.6 168.8) |
| OKLCH | oklch(0.898 0.139 169.8) |
Copy-ready code
/* CSS */
color: #6dfbcf;
background-color: #6dfbcf;
/* Tailwind (arbitrary) */
class="text-[#6dfbcf] bg-[#6dfbcf]"
/* SCSS */
$brand: #6dfbcf;
/* SwiftUI */
Color(red: 0.427, green: 0.984, blue: 0.812)
/* Android */
Color.parseColor("#6dfbcf")Accessibility — WCAG contrast
Aa
#6dfbcf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dfbcf on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green98.4%
Blue81.2%
CMYK percentages
Cyan56.6%
Magenta0.0%
Yellow17.5%
Key (black)1.6%
Color previews
#6dfbcf text on a black background
contrast 16.35:1
Card sample
#6dfbcf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dfbcf;
Background color
Panel with #6dfbcf background
background-color: #6dfbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dfbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 251, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 251, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dfbcf; background: linear-gradient(135deg, #6dfbcf, #6DC8FB);