Yellow

#FCFC1D

Yellow

Color Codes

All color formats for development

HEX
#FCFC1D
RGB
rgb(252, 252, 29)
HSL
hsl(60, 97%, 55%)
OKLCH
oklch(0.96 0.205 109.7)
CMYK
cmyk(0%, 0%, 88%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.10:1

AA AAA

On Black Background

19.08:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FFFF
100
#FEFE
200
#FEFE
300
#FDFD
400
#FCFC
500
#FCFC
600
#DDDD
700
#B0B0
800
#7E7E
900
#5050
950
#3232

Shades

Darker variations

1#F9F904
2#DDDD03
3#C1C103
4#A6A603
5#8A8A02
6#6F6F02
7#535301
8#373701
9#1C1C00

Tints

Lighter variations

1#FCFC34
2#FCFC4A
3#FDFD61
4#FDFD77
5#FDFD8E
6#FEFEA5
7#FEFEBB
8#FEFED2
9#FFFFE8

Tones

Muted variations

1#F0F028
2#E5E533
3#DADA3E
4#CFCF49
5#C4C455
6#B9B960
7#AEAE6B
8#A3A376
9#979781

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FFFF
#FFFFF0
BackgroundsSubtle highlightsCard backgrounds
100
FEFE
#FEFEDC
Light backgroundsTable row hoverSkeleton loading
200
FEFE
#FEFEBE
Secondary backgroundsInput backgroundsDividers
300
FDFD
#FDFD8B
BordersInactive statesPlaceholder text
400
FCFC
#FCFC4F
Disabled statesSecondary iconsMuted text
500
FCFC
#FCFC1D
Primary brand colorCTAsActive elementsLinks
600
DDDD
#DDDD03
Hover statesFocus ringsPrimary buttons hover
700
B0B0
#B0B003
Active/pressed statesDark mode accentsSecondary text
800
7E7E
#7E7E02
Text on light backgroundsHeadingsStrong borders
900
5050
#505001
Primary textHigh emphasis contentDark headings
950
3232
#323201
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --yellow-50: #FFFFF0;
  --yellow-100: #FEFEDC;
  --yellow-200: #FEFEBE;
  --yellow-300: #FDFD8B;
  --yellow-400: #FCFC4F;
  --yellow-500: #FCFC1D;
  --yellow-600: #DDDD03;
  --yellow-700: #B0B003;
  --yellow-800: #7E7E02;
  --yellow-900: #505001;
  --yellow-950: #323201;
}
Generate More ShadesCreate PaletteConvert Color