Laser Lemon (#FEFE22)

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.08:1 — vs black: 19.41:1

Color values

  • HEX #FEFE22
  • RGB rgb(254, 254, 34)
  • HSL hsl(60, 99%, 56%)
  • CMYK cmyk( 0, 0, 87, 0 )
  • Websafe #FFFF33

Tags

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

Color Harmonies

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

Complementary

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

Laser Lemon
#FEFE22 Base
#2222FE
Analogous

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

Laser Lemon
#FEFE22 Base
#FE9022
#90FE22
Triadic

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

Laser Lemon
#FEFE22 Base
#22FEFE
#FE22FE
Split-Complementary

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

Laser Lemon
#FEFE22 Base
#2290FE
#9022FE
Tetradic (Square)

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

Laser Lemon
#FEFE22 Base
#22FE90
#2222FE
#FE2290
Monochromatic

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

Laser Lemon
#FEFE22 Base
#868601
#D3D301
#F6F601
#FEFE4B
#FEFE6E
#FFFFBA
Shades & Tints

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

Shades (darker)

#191900
#4E4E00
#828201
#B6B601
#EAEA01
Laser Lemon #FEFE22 Base
#FEFE49
#FEFE70
#FFFF97
#FFFFBE
#FFFFE6
CSS & SCSS Snippets

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

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

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

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

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #FEFE22,
        #2222FE
    );
}
SCSS Variable
// SCSS variable
$laser-lemon: #FEFE22;

// With RGB channels (useful for rgba() usage)
$laser-lemon-r: 254;
$laser-lemon-g: 254;
$laser-lemon-b: 34;

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

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

Normal Vision #FEFE22 How the color appears with full color vision.
Deuteranopia #FEFE22 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 #FEFE22 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #FFF0F0 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #F6F6F6 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 Laser Lemon ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Laser Lemon #FEFE22 Base
Daffodil #FFFF31 ΔE 0.59
Electric Yellow #FFFF33 ΔE 0.68
Yellow (RYB) #FEFE33 ΔE 0.71
Lemon Glacier #FDFF00 ΔE 0.75

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.