Grapefruit to HSL — Color Code

#fd5956
Format Value
HEX #fd5956
RGB rgb(253, 89, 86)
HSL hsl(1.1, 97.7%, 66.5%)
CMYK cmyk(0%, 64.8%, 66%, 0.8%)
HSV hsv(1.1, 66%, 99.2%)

grapefruit color harmonies

Tints & shades of grapefruit

Tints (lighter)

#fd6865 #fd7775 #fe8684 #fe9593 #fea4a3 #feb4b2 #fec3c2 #fed2d1 #ffe1e0 #fff0f0

Shades (darker)

#e6514e #cf4946 #b8413f #a13937 #8a312f #732827 #5c201f #451817 #2e1010 #170808

Contrast & accessibility

The quick brown fox

On white · 3.12:1 · AA Large

The quick brown fox

On black · 6.74:1 · AA

Recommended text color: #000000

Use grapefruit in code

CSS color: #fd5956;
SCSS $color: #fd5956;
Tailwind bg-[#fd5956]
Swift UIColor(red: 0.992, green: 0.349, blue: 0.337, alpha: 1)
Android Color.parseColor("#fd5956")
Flutter Color(0xFFFD5956)

Colors similar to grapefruit

Browse all Red colors →

What is the HSL code for grapefruit?

The CSS color grapefruit in HSL format is hsl(1.1, 97.7%, 66.5%). Use this value directly in CSS, SVG, and most design tools.

How do I use grapefruit in CSS?

To apply grapefruit in CSS:

  • Text color: color: hsl(1.1, 97.7%, 66.5%);
  • Background: background-color: hsl(1.1, 97.7%, 66.5%);
  • Border: border-color: hsl(1.1, 97.7%, 66.5%);

What are all the color format values for grapefruit?

FormatValue
HEX#fd5956
RGBrgb(253, 89, 86)
HSLhsl(1.1, 97.7%, 66.5%)
CMYKcmyk(0%, 64.8%, 66%, 0.8%)

How do I convert grapefruit to HSL?

Select grapefruit from the color name list in our color converter. The HSL value — hsl(1.1, 97.7%, 66.5%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does grapefruit belong to?

grapefruit belongs to the red color family. It is a medium, vivid color with HSL values: hue 1.1°, saturation 97.7%, lightness 66.5%.

How do I create lighter and darker shades of grapefruit?

Lighter variant (lightness 81.5%): #fea3a2. Darker variant (lightness 51.5%): #fc0f0a. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HSL used for?

HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.