#6feecf
a light, electric cyan · cool · closest name: aquamarine
RGB
111, 238, 207
HSL
165°, 79%, 68%
CMYK
53, 0, 13, 7
Luminance
0.6903
Every format
| HEX | #6feecf |
| RGB | rgb(111, 238, 207) |
| HSL | hsl(165, 79%, 68%) |
| CMYK | cmyk(53%, 0%, 13%, 7%) |
| LAB | lab(86.5 -42.6 4.3) |
| LCH | lch(86.5 42.9 174.2) |
| OKLCH | oklch(0.868 0.122 174.9) |
Copy-ready code
/* CSS */
color: #6feecf;
background-color: #6feecf;
/* Tailwind (arbitrary) */
class="text-[#6feecf] bg-[#6feecf]"
/* SCSS */
$brand: #6feecf;
/* SwiftUI */
Color(red: 0.435, green: 0.933, blue: 0.812)
/* Android */
Color.parseColor("#6feecf")Accessibility — WCAG contrast
Aa
#6feecf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6feecf on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green93.3%
Blue81.2%
CMYK percentages
Cyan53.4%
Magenta0.0%
Yellow13.0%
Key (black)6.7%
Color previews
#6feecf text on a black background
contrast 14.81:1
Card sample
#6feecf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6feecf;
Background color
Panel with #6feecf background
background-color: #6feecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6feecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 238, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 238, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6feecf; background: linear-gradient(135deg, #6feecf, #6FB8EE);