Beige (#F5F5DC)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 1.11:1 — vs black: 18.98:1

Color values

  • HEX #F5F5DC
  • RGB rgb(245, 245, 220)
  • HSL hsl(60, 55%, 91%)
  • CMYK cmyk( 0, 0, 10, 4 )
  • Websafe #FFFFCC

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #F5F5DC based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Beige
#F5F5DC Base
#DCDCF5
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Beige
#F5F5DC Base
#F5E9DC
#E9F5DC
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Beige
#F5F5DC Base
#DCF5F5
#F5DCF5
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Beige
#F5F5DC Base
#DCE9F5
#E9DCF5
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Beige
#F5F5DC Base
#DCF5E9
#DCDCF5
#F5DCE9
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Beige
#F5F5DC Base
#D3D365
#E4E4A1
#ECECBC
#F9F9EB
Shades & Tints

Darker shades and lighter tints of Beige, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#141406
#585819
#9D9D2D
#CECE53
#E1E198
Beige #F5F5DC Base
#F6F6DF
#F7F7E2
#F8F8E5
#F8F8E8
#F9F9EB
CSS & SCSS Snippets

Ready-to-use code snippets for #F5F5DC. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #F5F5DC;
}

/* Text */
.element {
    color: #F5F5DC;
}

/* Border */
.element {
    border: 1px solid #F5F5DC;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #F5F5DC,
        #DCDCF5
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #F5F5DC,
        #DCDCF5
    );
}
SCSS Variable
// SCSS variable
$beige: #F5F5DC;

// With RGB channels (useful for rgba() usage)
$beige-r: 245;
$beige-g: 245;
$beige-b: 220;

// Usage
.element {
    background-color: $beige;
    color: rgba($beige-r, $beige-g, $beige-b, 0.8);
}
Color Blindness Simulation

How Beige appears to people with different types of color vision deficiency.

Normal Vision #F5F5DC How the color appears with full color vision.
Deuteranopia #F5F5DC Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #F5F5DC Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #F8F2F2 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #F3F3F3 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Beige ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Beige #F5F5DC Base
Light Yellow #FFFFE0 ΔE 2.68
Cornsilk #FFF8DC ΔE 3.11
Light Yellow #FFFFED ΔE 3.29
Eggshell #F0EAD6 ΔE 4.04

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.