Skip to main content

Pomegranate

#F24E1E aka “Figma Red” by Figma

Pomegranate is a warm medium color with the hex code #F24E1E. Also known as "Figma Red" by Figma . This vibrant hue can be represented as RGB 242, 78, 30 in digital design or CMYK 0%, 68%, 88%, 5% 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.

Pomegranate color values

HEX
#F24E1E
RGB
242, 78, 30
HSL
14°, 89%, 53%
CMYK
0, 68, 88, 5

About this color

Pomegranate sits at 14° on the color wheel with 89% saturation and 53% lightness, placing it in the red segment of the spectrum. With saturation at 89%, this is a high-chroma color: the kind that anchors palettes and demands considered placement. At medium-high lightness, it holds its own on white backgrounds while remaining approachable.

In digital environments, Pomegranate is rendered as rgb(242, 78, 30), where the red channel dominates at 242, creating a strongly red-skewed appearance. The mid-range lightness and strong saturation make this versatile for both foreground and background roles, depending on what it is paired against.

For print, Pomegranate translates to a CMYK breakdown of 0C 68M 88Y 5K. With almost no black ink (5%), this color is built almost entirely from process inks: 68% magenta, 88% yellow. This profile tends toward vibrancy in print, though ink density limits on press may affect saturation on coated versus uncoated stock. In brand applications, this exact value is specified as Figma Red.

How to use Pomegranate

CSS Variable

:root {
  --brand-primary: #F24E1E;
  --brand-primary-rgb: 242, 78, 30;
}

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

Tailwind Config

colors: {
  brand: '#F24E1E',
}

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

Print Design (CMYK)

C: 0%
M: 68%
Y: 88%
K: 5%

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

RGB for Screens

rgb(242, 78, 30)
rgba(242, 78, 30, 0.8)

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

Brands using Pomegranate

1 brand uses this color in their identity

Frequently asked questions

What color is #F24E1E?
#F24E1E is Pomegranate, a warm medium color with RGB values of 242, 78, 30. It has a hue of 14°, 89% saturation, and 53% lightness in the HSL color space.
What is the RGB value of #F24E1E?
The RGB color code for #F24E1E is rgb(242, 78, 30). This means it contains 242 red, 78 green, and 30 blue in the RGB color model.
Is Pomegranate a warm or cool color?
Pomegranate (#F24E1E) is a warm color with a hue between 0-60° or 300-360° on the color wheel.
How do I use #F24E1E in CSS?
You can use #F24E1E in CSS with: background-color: #F24E1E; or color: #F24E1E; or as an RGB value: rgb(242, 78, 30). For print design, use CMYK: 0%, 68%, 88%, 5%.