Beige to RGB

Color Code

#f5f5dc
Format Value
HEX #f5f5dc
RGB rgb(245, 245, 220)
HSL hsl(60, 55.6%, 91.2%)
CMYK cmyk(0%, 0%, 10.2%, 3.9%)
HSV hsv(60, 10.2%, 96.1%)

beige color harmonies

Tints & shades of beige

Tints (lighter)

#f6f6df #f7f7e2 #f8f8e6 #f9f9e9 #fafaec #fafaef #fbfbf2 #fcfcf5 #fdfdf9 #fefefc

Shades (darker)

#dfdfc8 #c8c8b4 #b2b2a0 #9c9c8c #868678 #6f6f64 #595950 #43433c #2d2d28 #161614

Contrast & accessibility

The quick brown fox

On white · 1.11:1 · Fail

The quick brown fox

On black · 18.98:1 · AAA

Recommended text color: #000000

Use beige in code

CSS color: #f5f5dc;
SCSS $color: #f5f5dc;
Tailwind bg-[#f5f5dc]
Swift UIColor(red: 0.961, green: 0.961, blue: 0.863, alpha: 1)
Android Color.parseColor("#f5f5dc")
Flutter Color(0xFFF5F5DC)

Colors similar to beige

Browse all Yellow colors →

What is the RGB code for beige?

The CSS color beige in RGB format is rgb(245, 245, 220). Use this value directly in CSS, SVG, and most design tools.

How do I use beige in CSS?

To apply beige in CSS:

  • Text color: color: rgb(245, 245, 220);
  • Background: background-color: rgb(245, 245, 220);
  • Border: border-color: rgb(245, 245, 220);

What are all the color format values for beige?

FormatValue
HEX#f5f5dc
RGBrgb(245, 245, 220)
HSLhsl(60, 55.6%, 91.2%)
CMYKcmyk(0%, 0%, 10.2%, 3.9%)

How do I convert beige to RGB?

Select beige from the color name list in our color converter. The RGB value — rgb(245, 245, 220) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does beige belong to?

beige belongs to the near-white color family. It is a light, moderately saturated color with HSL values: hue 60°, saturation 55.6%, lightness 91.2%.

How do I create lighter and darker shades of beige?

Lighter variant (lightness 95%): #f9f9eb. Darker variant (lightness 76.2%): #e4e4a1. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.