Skip to content

#f2ff5b

a light, electric yellow · warm · closest name: Yellow

RGB
242, 255, 91
HSL
65°, 100%, 68%
CMYK
5, 0, 64, 0
Luminance
0.9115

At a glance

Every number on this page in one read: what #f2ff5b is made of, how bright it looks, and which way it leans.

Hex
#f2ff5b
Hue
65°
yellow
Saturation
100%
electric
Lightness
68%
light
Brightness
100%
HSV value
Perceived
93%
weighted brightness
Luminance
0.9115
WCAG relative
Temperature
Warm
29/100 cool
Color family
Yellow
Tone
Electric
Best ink
Black
19.23:1
Closest name
Yellow
ΔE2000 5.6
Where it sits
Hue65° of 360°
Saturation100%
Lightness68%
Temperature
Warm ← → Cool29% cool

Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.

Every format

HEX#f2ff5b
RGBrgb(242, 255, 91)
HSLhsl(65, 100%, 68%)
CMYKcmyk(5%, 0%, 64%, 0%)
LABlab(96.5 -24.3 73.8)
LCHlch(96.5 77.7 108.2)
OKLCHoklch(0.961 0.182 113.7)
Decimal15925083
Display P3color(display-p3 0.949 1.000 0.357)

Copy-ready code

/* CSS */
color: #f2ff5b;
background-color: #f2ff5b;
/* Tailwind (arbitrary) */
class="text-[#f2ff5b] bg-[#f2ff5b]"
/* SCSS */
$brand: #f2ff5b;
/* SwiftUI */
Color(red: 0.949, green: 1.000, blue: 0.357)
/* Android */
Color.parseColor("#f2ff5b")
/* Flutter */
Color(0xFFF2FF5B)
/* Python / OpenCV (BGR) */
(91, 255, 242)

Best text color

Only one of black and white can be right. This is the one, with the number that proves it.

Readable at a glance#000000 on #f2ff5b · 19.23:1
Use #000000AAA at every size.
Aa
White text · 1.09:1
AA fail · AA large fail · AAA fail
Aa
Black text · 19.23:1 · recommended
AA pass · AA large pass · AAA pass
Reading the other direction: #f2ff5b as text scores 1.09:1 on white and 19.23:1 on black.

Accessibility — WCAG contrast

Aa
#f2ff5b on white: 1.09:1
AA ✗ fail · AA-large · AAA
Aa
#f2ff5b on black: 19.23:1
AA ✓ pass · AA-large · AAA
true color
protanopia · #FFF344
deuteranopia · #FFF766
tritanopia · #FFF1DE

Color scale — 50 to 950

A Tailwind-shaped ramp built around this exact hex. #f2ff5b is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.

#FDFEF1
#FAFCE3
#F7FCC0
#F6FF8F
#f2ff5b
#EDFF1F
#E1F500
#BCCC00
#96A300
#6C7605
#444903
Base = 400Lightest = 50 · #FDFEF1Darkest = 950 · #444903
:root {
  --brand-50: #FDFEF1;
  --brand-100: #FAFCE3;
  --brand-200: #F7FCC0;
  --brand-300: #F6FF8F;
  --brand-400: #f2ff5b;
  --brand-500: #EDFF1F;
  --brand-600: #E1F500;
  --brand-700: #BCCC00;
  --brand-800: #96A300;
  --brand-900: #6C7605;
  --brand-950: #444903;
  --brand: #f2ff5b;
  --brand-ink: #000000;
}

Colors that work with #f2ff5b

Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.

Text on it#000000
Black wins here
Surface#FAFAF4
Tinted page background
Border#E9EDC0
Hairlines and dividers
Muted text#949B4B
Captions on the surface
Accent#5B77FF
Second voice, not a rival
Dark variant#758000
Hover, pressed, headers
Light variant#FDFFE5
Selected rows, tints
Dark surface#232414
Dark-mode background
Light mode
Everything in its place

Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.

Primary actionSecondaryBadge
Dark mode
Same hue, inverted

Lightness flips, hue holds. The accent stays the anchor in both themes.

Primary actionSecondaryAccent

How to use #f2ff5b

Derived from its contrast, chroma and lightness — not from taste.

Works well for
  • Text and icons on dark surfaces
  • Primary buttons and calls to action
  • Focus rings, active and selected states
  • Card and section backgrounds
  • Brand accents, badges and data highlights
Use with care
  • Text of any size on white — fails WCAG AA
  • Full-page backgrounds — tiring over long sessions
  • White text placed on it
  • Thin strokes and 1px borders — they disappear on light UI
  • Pairing with a same-lightness hue — edges vibrate

Similar colors

One move away from this hex in each direction. Every swatch is its own page.

Color relationships

The wheel positions with their names attached, so you can grab the one you actually need.

Complementary#685BFF
Analogous left#FFBA5B
Analogous right#A0FF5B
Split-complement 1#5BA0FF
Split-complement 2#BA5BFF
Triadic 1#5BF2FF
Triadic 2#FF5BF2
Tetradic#5BFFBA

RGB percentages

Red94.9%
Green100.0%
Blue35.7%

CMYK percentages

Cyan5.1%
Magenta0.0%
Yellow64.3%
Key (black)0.0%

Color previews

#f2ff5b text on a black background

contrast 19.23:1

Card sample

#f2ff5b text on a white background

contrast 1.09:1

Card sample

CSS3 live lab

Text font color

The quick brown fox

color: #f2ff5b;
Background color
Panel with #f2ff5b background
background-color: #f2ff5b;
Text shadow — hex

Glowing headline

text-shadow: 2px 2px 8px #f2ff5b;
Text shadow — RGB

Soft neon halo

text-shadow: 0 0 14px rgba(242, 255, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 255, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2ff5b;
background: linear-gradient(135deg, #f2ff5b, #84FF5B);

Monochromatic scale

Palettes built from #f2ff5b

Shades — darker

Tints — lighter

Color harmonies

Nearest named colors

Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.

#f2ff5b in the real world

Where a color in this family tends to land, and the interface roles it is usually asked to play.

Industries
RetailLeisureEnergyWarning systems
Common UI roles
SurfacesBadgesHighlightsEmpty states
Print note

Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.

#f2ff5b, answered

What color is #f2ff5b?

#f2ff5b is a light electric yellow, closest to Yellow (ΔE2000 5.6). It sits at 65° on the hue wheel with 100% saturation and 68% lightness, which reads as warm.

What is the RGB value of #f2ff5b?

rgb(242, 255, 91) — 242 red, 255 green and 91 blue out of 255, or 94.9% / 100% / 35.7% by channel.

Is #f2ff5b a light or a dark color?

It is a light color. Relative luminance is 0.9115 and perceived brightness is 93%, so black text on it reaches 19.23:1.

Should I use black or white text on #f2ff5b?

Black. It scores 19.23:1 against #f2ff5b, versus 1.09:1 for white — AAA at any size.

What is the complementary color of #f2ff5b?

#685BFF sits directly opposite on the wheel. Softer options are the split-complements #5BA0FF and #BA5BFF, which give the same contrast with far less vibration.

What colors go well with #f2ff5b?

For interface work: #FAFAF4 as the surface, #E9EDC0 for borders, #949B4B for secondary text, #5B77FF as an accent and #758000 for hover and pressed states. For a palette, the analogous pair #FFBA5B and #A0FF5B stays calm, while #685BFF is the loudest partner.

What is #f2ff5b in CMYK for printing?

cmyk(5%, 0%, 64%, 0%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.

Is #f2ff5b warm or cool?

Warm — it scores 29 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FFD05B; nudged cooler, #B6FF5B.

Work with #f2ff5b in the Color Lab