Eden is a
cool dark color with the hex code #075E54.
Also known as
"Teal Dark"
by WhatsApp
.
This vibrant hue can be represented as RGB
7, 94, 84 in digital design or CMYK 93%, 0%, 11%, 63% for print applications.
Find matching Pantone color.
Currently, 1 brand uses this color in their visual identity, making it a proven choice for professional branding and web design.
Eden
#075E54 aka “Teal Dark” by WhatsApp
Eden color values
- HEX
- #075E54
- RGB
- 7, 94, 84
- HSL
- 173°, 86%, 20%
- CMYK
- 93, 0, 11, 63
Shades & tints
About this color
Eden sits at 173° on the color wheel with 86% saturation and 20% lightness, placing it in the cyan segment of the spectrum. With saturation at 86%, this is a high-chroma color: the kind that anchors palettes and demands considered placement. The lower lightness gives it weight and depth, lending gravity to any palette it enters.
In digital environments, Eden is rendered as rgb(7, 94, 84), where the green channel leads at 94, with red and blue channels close behind. High saturation combined with low lightness creates deep, jewel-toned results — useful for premium UI elements, hover states, and focused interaction areas.
For print, Eden translates to a CMYK breakdown of 93C 0M 11Y 63K. A substantial black component (63%) anchors this color in print. The remaining ink channels supplement rather than drive the hue, which keeps the result stable across different paper stocks. In brand applications, this exact value is specified as Teal Dark.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Eden
CSS Variable
:root {
--brand-primary: #075E54;
--brand-primary-rgb: 7, 94, 84;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#075E54',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 93%
M: 0%
Y: 11%
K: 63% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(7, 94, 84)
rgba(7, 94, 84, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Brands using similar hue
21 brand s with colors near 173° on the color wheel
Frequently asked questions
What color is #075E54?
What is the RGB value of #075E54?
Is Eden a warm or cool color?
How do I use #075E54 in CSS?
background-color: #075E54; or color: #075E54; or as an RGB value: rgb(7, 94, 84). For print design, use CMYK: 93%, 0%, 11%, 63%.