#6cfdce
a light, electric cyan · cool · closest name: aquamarine
RGB
108, 253, 206
HSL
161°, 97%, 71%
CMYK
57, 0, 19, 1
Luminance
0.7789
Every format
| HEX | #6cfdce |
| RGB | rgb(108, 253, 206) |
| HSL | hsl(161, 97%, 71%) |
| CMYK | cmyk(57%, 0%, 19%, 1%) |
| LAB | lab(90.7 -49.9 10.9) |
| LCH | lch(90.7 51.1 167.7) |
| OKLCH | oklch(0.902 0.142 168.7) |
Copy-ready code
/* CSS */
color: #6cfdce;
background-color: #6cfdce;
/* Tailwind (arbitrary) */
class="text-[#6cfdce] bg-[#6cfdce]"
/* SCSS */
$brand: #6cfdce;
/* SwiftUI */
Color(red: 0.424, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#6cfdce")Accessibility — WCAG contrast
Aa
#6cfdce on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cfdce on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green99.2%
Blue80.8%
CMYK percentages
Cyan57.3%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#6cfdce text on a black background
contrast 16.58:1
Card sample
#6cfdce text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cfdce;
Background color
Panel with #6cfdce background
background-color: #6cfdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cfdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cfdce; background: linear-gradient(135deg, #6cfdce, #6CCBFD);