Granny Smith Apple is a
cool light color with the hex code #8FEFA4.
This vibrant hue can be represented as RGB
143, 239, 164 in digital design or CMYK 40%, 0%, 31%, 6% for print applications.
Find matching Pantone color.
Granny Smith Apple
#8FEFA4
Granny Smith Apple color values
- HEX
- #8FEFA4
- RGB
- 143, 239, 164
- HSL
- 133°, 75%, 75%
- CMYK
- 40, 0, 31, 6
Shades & tints
About this color
Granny Smith Apple sits at 133° on the color wheel with 75% saturation and 75% lightness, placing it in the green segment of the spectrum. At 75% saturation, the hue is fully legible and confident — richly chromatic without tipping into high-contrast territory. The elevated lightness keeps it airy and open, well-suited to large surface areas without visual weight.
In digital environments, Granny Smith Apple is rendered as rgb(143, 239, 164), where the green channel leads at 239, producing a distinctly green-dominant tone. High saturation at this lightness produces strong contrast against white — effective for CTAs, badges, and elements that need to stop the eye.
For print, Granny Smith Apple translates to a CMYK breakdown of 40C 0M 31Y 6K. The low-to-moderate black value (6%) means the color's character in print comes primarily from its cyan ink content (40%), 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.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Granny Smith Apple
CSS Variable
:root {
--brand-primary: #8FEFA4;
--brand-primary-rgb: 143, 239, 164;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#8FEFA4',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 40%
M: 0%
Y: 31%
K: 6% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(143, 239, 164)
rgba(143, 239, 164, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Frequently asked questions
What color is #8FEFA4?
What is the RGB value of #8FEFA4?
Is Granny Smith Apple a warm or cool color?
How do I use #8FEFA4 in CSS?
background-color: #8FEFA4; or color: #8FEFA4; or as an RGB value: rgb(143, 239, 164). For print design, use CMYK: 40%, 0%, 31%, 6%.