#6febc9
a light, electric cyan · cool · closest name: aquamarine
RGB
111, 235, 201
HSL
164°, 76%, 68%
CMYK
53, 0, 15, 8
Luminance
0.6701
Every format
| HEX | #6febc9 |
| RGB | rgb(111, 235, 201) |
| HSL | hsl(164, 76%, 68%) |
| CMYK | cmyk(53%, 0%, 15%, 8%) |
| LAB | lab(85.5 -42.7 6.0) |
| LCH | lch(85.5 43.1 172.0) |
| OKLCH | oklch(0.860 0.122 172.9) |
Copy-ready code
/* CSS */
color: #6febc9;
background-color: #6febc9;
/* Tailwind (arbitrary) */
class="text-[#6febc9] bg-[#6febc9]"
/* SCSS */
$brand: #6febc9;
/* SwiftUI */
Color(red: 0.435, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#6febc9")Accessibility — WCAG contrast
Aa
#6febc9 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6febc9 on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green92.2%
Blue78.8%
CMYK percentages
Cyan52.8%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#6febc9 text on a black background
contrast 14.40:1
Card sample
#6febc9 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6febc9;
Background color
Panel with #6febc9 background
background-color: #6febc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6febc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6febc9; background: linear-gradient(135deg, #6febc9, #6FBAEB);