#6fecce
a light, electric cyan · cool · closest name: aquamarine
RGB
111, 236, 206
HSL
166°, 77%, 68%
CMYK
53, 0, 13, 8
Luminance
0.6783
Every format
| HEX | #6fecce |
| RGB | rgb(111, 236, 206) |
| HSL | hsl(166, 77%, 68%) |
| CMYK | cmyk(53%, 0%, 13%, 8%) |
| LAB | lab(85.9 -42.0 4.0) |
| LCH | lch(85.9 42.2 174.6) |
| OKLCH | oklch(0.863 0.120 175.3) |
Copy-ready code
/* CSS */
color: #6fecce;
background-color: #6fecce;
/* Tailwind (arbitrary) */
class="text-[#6fecce] bg-[#6fecce]"
/* SCSS */
$brand: #6fecce;
/* SwiftUI */
Color(red: 0.435, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#6fecce")Accessibility — WCAG contrast
Aa
#6fecce on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fecce on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green92.5%
Blue80.8%
CMYK percentages
Cyan53.0%
Magenta0.0%
Yellow12.7%
Key (black)7.5%
Color previews
#6fecce text on a black background
contrast 14.57:1
Card sample
#6fecce text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fecce;
Background color
Panel with #6fecce background
background-color: #6fecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fecce; background: linear-gradient(135deg, #6fecce, #6FB7EC);