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
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
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #FEFE22 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FEFE22
Base
#2222FE
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FEFE22
Base
#FE9022
#90FE22
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FEFE22
Base
#22FEFE
#FE22FE
Two colors flanking the complement — high contrast with less tension than full complementary.
#FEFE22
Base
#2290FE
#9022FE
Four colors at 90° intervals — rich variety, best when one color dominates.
#FEFE22
Base
#22FE90
#2222FE
#FE2290
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FEFE22
Base
#868601
#D3D301
#F6F601
#FEFE4B
#FEFE6E
#FFFFBA
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
#FEFE22
Base
#FEFE49
#FEFE70
#FFFF97
#FFFFBE
#FFFFE6
Ready-to-use code snippets for #FEFE22. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FEFE22;
}
/* Text */
.element {
color: #FEFE22;
}
/* Border */
.element {
border: 1px solid #FEFE22;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FEFE22,
#2222FE
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FEFE22,
#2222FE
);
}
// 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);
}
How Laser Lemon appears to people with different types of color vision deficiency.
#FEFE22
How the color appears with full color vision.
#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.
#FEFE22
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#FFF0F0
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#F6F6F6
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.