Skip to main content

Mindaro

#D1EA75

Mindaro is a neutral light color with the hex code #D1EA75. This vibrant hue can be represented as RGB 209, 234, 117 in digital design or CMYK 11%, 0%, 50%, 8% for print applications. Find matching Pantone color.

Mindaro color values

HEX
#D1EA75
RGB
209, 234, 117
HSL
73°, 74%, 69%
CMYK
11, 0, 50, 8

About this color

Mindaro sits at 73° on the color wheel with 74% saturation and 69% lightness, placing it in the yellow segment of the spectrum. At 74% saturation, the hue is fully legible and confident — richly chromatic without tipping into high-contrast territory. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.

In digital environments, Mindaro is rendered as rgb(209, 234, 117), where the green channel leads at 234, with red and blue channels close behind. High saturation at this lightness produces strong contrast against white — effective for CTAs, badges, and elements that need to stop the eye.

For print, Mindaro translates to a CMYK breakdown of 11C 0M 50Y 8K. The low-to-moderate black value (8%) means the color's character in print comes primarily from its yellow ink content (50%), with black serving as a supporting shadow tone. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Mindaro

CSS Variable

:root {
  --brand-primary: #D1EA75;
  --brand-primary-rgb: 209, 234, 117;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#D1EA75',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 11%
M: 0%
Y: 50%
K: 8%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(209, 234, 117)
rgba(209, 234, 117, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #D1EA75?
#D1EA75 is Mindaro, a neutral light color with RGB values of 209, 234, 117. It has a hue of 73°, 74% saturation, and 69% lightness in the HSL color space.
What is the RGB value of #D1EA75?
The RGB color code for #D1EA75 is rgb(209, 234, 117). This means it contains 209 red, 234 green, and 117 blue in the RGB color model.
Is Mindaro a warm or cool color?
Mindaro (#D1EA75) is a neutral color, sitting between warm and cool on the color wheel.
How do I use #D1EA75 in CSS?
You can use #D1EA75 in CSS with: background-color: #D1EA75; or color: #D1EA75; or as an RGB value: rgb(209, 234, 117). For print design, use CMYK: 11%, 0%, 50%, 8%.