#6febbc
a light, electric green · cool · closest name: aquamarine
RGB
111, 235, 188
HSL
157°, 76%, 68%
CMYK
53, 0, 20, 8
Luminance
0.6643
Every format
| HEX | #6febbc |
| RGB | rgb(111, 235, 188) |
| HSL | hsl(157, 76%, 68%) |
| CMYK | cmyk(53%, 0%, 20%, 8%) |
| LAB | lab(85.2 -45.6 12.4) |
| LCH | lch(85.2 47.2 164.8) |
| OKLCH | oklch(0.856 0.131 166.0) |
Copy-ready code
/* CSS */
color: #6febbc;
background-color: #6febbc;
/* Tailwind (arbitrary) */
class="text-[#6febbc] bg-[#6febbc]"
/* SCSS */
$brand: #6febbc;
/* SwiftUI */
Color(red: 0.435, green: 0.922, blue: 0.737)
/* Android */
Color.parseColor("#6febbc")Accessibility — WCAG contrast
Aa
#6febbc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6febbc on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green92.2%
Blue73.7%
CMYK percentages
Cyan52.8%
Magenta0.0%
Yellow20.0%
Key (black)7.8%
Color previews
#6febbc text on a black background
contrast 14.29:1
Card sample
#6febbc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6febbc;
Background color
Panel with #6febbc background
background-color: #6febbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6febbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 235, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 235, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6febbc; background: linear-gradient(135deg, #6febbc, #6FC7EB);